Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncomponent chart in asp net 1.0 Pin
raquidd2228-Aug-07 4:08
raquidd2228-Aug-07 4:08 
QuestionInsert ASP.NET script in HTML Pin
CodeItWell28-Aug-07 3:57
CodeItWell28-Aug-07 3:57 
AnswerRe: Insert ASP.NET script in HTML Pin
ChrisFarrugia28-Aug-07 5:32
ChrisFarrugia28-Aug-07 5:32 
QuestionDeploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
Nada Adel28-Aug-07 3:27
Nada Adel28-Aug-07 3:27 
AnswerRe: Deploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
DigiOz Multimedia28-Aug-07 8:12
DigiOz Multimedia28-Aug-07 8:12 
GeneralRe: Deploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
Nada Adel28-Aug-07 8:32
Nada Adel28-Aug-07 8:32 
GeneralRe: Deploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
DigiOz Multimedia28-Aug-07 8:38
DigiOz Multimedia28-Aug-07 8:38 
Questiondropdownbox contain all the values want to store..., Pin
Member 387988128-Aug-07 3:22
Member 387988128-Aug-07 3:22 
Hi i have list of values in my dropdownlistbox...,
All those want to be store in my table...,
How to do that?
Ex:
This is my code:
Dim strinsertproc As String
strinsertproc = "submitManPowerDetails '" & Val(ddlContractor.SelectedItem.Value) & "','" & Val(ddlProject.SelectedItem.Value) & "'"
sqlcmd = New SqlCommand(strinsertproc, sqlconn)
sqlcmd.Connection.Open()
sqlcmd.ExecuteNonQuery()
sqlcmd.Connection.Close()
sqlcmd.Dispose()

See in that ddlproject is dropdownlistbox...,
The above code will store which value have selected that one only...,
But instead of that in that what are the values that dropdownbox contains, all the values want to store in my table...,
How to do that one...,
Plz hlp me,

Regards,
Magi

AnswerRe: dropdownbox contain all the values want to store..., Pin
nateraaaa28-Aug-07 7:06
nateraaaa28-Aug-07 7:06 
Questionretriving images Pin
diwa8528-Aug-07 3:15
diwa8528-Aug-07 3:15 
GeneralRe: retriving images Pin
Kunal P28-Aug-07 18:46
Kunal P28-Aug-07 18:46 
QuestionException Handling Pin
rockyl28-Aug-07 3:14
rockyl28-Aug-07 3:14 
AnswerRe: Exception Handling Pin
StylezHouse28-Aug-07 3:19
StylezHouse28-Aug-07 3:19 
GeneralRe: Exception Handling Pin
rockyl28-Aug-07 3:24
rockyl28-Aug-07 3:24 
GeneralRe: Exception Handling Pin
StylezHouse28-Aug-07 3:30
StylezHouse28-Aug-07 3:30 
GeneralRe: Exception Handling Pin
rockyl29-Aug-07 2:49
rockyl29-Aug-07 2:49 
Questiononmouse over problem Pin
codelinks28-Aug-07 3:11
codelinks28-Aug-07 3:11 
QuestionOnFocus Of Textbox Pin
vidyasankar28-Aug-07 2:24
vidyasankar28-Aug-07 2:24 
AnswerRe: OnFocus Of Textbox Pin
Sathesh Sakthivel28-Aug-07 2:26
Sathesh Sakthivel28-Aug-07 2:26 
GeneralRe: OnFocus Of Textbox Pin
vidyasankar28-Aug-07 2:38
vidyasankar28-Aug-07 2:38 
QuestionAuthentication ? Pin
| Muhammad Waqas Butt |28-Aug-07 1:12
professional| Muhammad Waqas Butt |28-Aug-07 1:12 
AnswerRe: Authentication ? Pin
John-ph28-Aug-07 1:30
John-ph28-Aug-07 1:30 
GeneralRe: Authentication ? Pin
| Muhammad Waqas Butt |28-Aug-07 2:34
professional| Muhammad Waqas Butt |28-Aug-07 2:34 
GeneralRe: Authentication ? Pin
John-ph28-Aug-07 3:23
John-ph28-Aug-07 3:23 
GeneralRe: Authentication ? Pin
| Muhammad Waqas Butt |28-Aug-07 3:30
professional| Muhammad Waqas Butt |28-Aug-07 3:30 

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.