Click here to Skip to main content
15,915,501 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Remote installation of Windows service Pin
Exelioindia14-Sep-06 1:19
Exelioindia14-Sep-06 1:19 
QuestionWebPartManager Control Pin
Kamal.Afridi13-Sep-06 21:43
Kamal.Afridi13-Sep-06 21:43 
AnswerRe: WebPartManager Control Pin
Sebastien Lachance14-Sep-06 4:53
Sebastien Lachance14-Sep-06 4:53 
GeneralRe: WebPartManager Control Pin
Kamal.Afridi18-Sep-06 20:00
Kamal.Afridi18-Sep-06 20:00 
Questionmanipulating a web application via webservices? Pin
kkadir13-Sep-06 20:38
kkadir13-Sep-06 20:38 
AnswerRe: manipulating a web application via webservices? Pin
Ramasubramaniam14-Sep-06 8:59
Ramasubramaniam14-Sep-06 8:59 
QuestionData Grid at runtime ,RETRIVING THE DATA FROM THE GRIED Pin
DotnetRafi13-Sep-06 20:32
DotnetRafi13-Sep-06 20:32 
QuestionDropdownlist ,how to retrieve valuefield Pin
Kissy1613-Sep-06 19:59
Kissy1613-Sep-06 19:59 
Here I had a Dropdnlist and i need to extract the datavaluefield from the list and i have to insert in some other table.My code is...
Dim dt As SqlCommand
dt = New SqlCommand("Select CustomerId,CustName from Customer", dbconn)
sedr2 = dt.ExecuteReader()
ctList.DataSource = sedr2
ctList.DataTextField = "CustName"
ctList.DataValueField = "CustomerId"
ctList.DataBind()
cmdins = "Insert into Dept(CustomerId,Deptname)values(" &dtlist.DataValueField& ",'"& TxtBox1.text&"')
This is not giving any eror,but no CustomerId value is inserting into the Table,where i have to close the datareader,and how to retrive the customerid value for insertion.Help me.Thanks in advance.

kissy

AnswerRe: Dropdownlist ,how to retrieve valuefield Pin
_AK_13-Sep-06 20:36
_AK_13-Sep-06 20:36 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1613-Sep-06 21:02
Kissy1613-Sep-06 21:02 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
_AK_13-Sep-06 21:49
_AK_13-Sep-06 21:49 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1613-Sep-06 22:03
Kissy1613-Sep-06 22:03 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
_AK_13-Sep-06 22:12
_AK_13-Sep-06 22:12 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1613-Sep-06 22:49
Kissy1613-Sep-06 22:49 
AnswerRe: Dropdownlist ,how to retrieve valuefield Pin
albCode13-Sep-06 22:20
albCode13-Sep-06 22:20 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1613-Sep-06 22:51
Kissy1613-Sep-06 22:51 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
albCode13-Sep-06 23:10
albCode13-Sep-06 23:10 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1613-Sep-06 23:26
Kissy1613-Sep-06 23:26 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
albCode13-Sep-06 23:52
albCode13-Sep-06 23:52 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1614-Sep-06 0:04
Kissy1614-Sep-06 0:04 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
_AK_14-Sep-06 0:31
_AK_14-Sep-06 0:31 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1614-Sep-06 0:51
Kissy1614-Sep-06 0:51 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
albCode14-Sep-06 0:58
albCode14-Sep-06 0:58 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1614-Sep-06 1:21
Kissy1614-Sep-06 1:21 
GeneralRe: Dropdownlist ,how to retrieve valuefield Pin
Kissy1614-Sep-06 2:17
Kissy1614-Sep-06 2:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.