Click here to Skip to main content
15,886,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Writing Validation summary message from Client side script Pin
snir_ya29-Mar-07 7:48
snir_ya29-Mar-07 7:48 
AnswerRe: Writing Validation summary message from Client side script Pin
Kunal P29-Mar-07 21:44
Kunal P29-Mar-07 21:44 
QuestionUsing for loops within aspx? Pin
muppet00729-Mar-07 6:26
muppet00729-Mar-07 6:26 
AnswerRe: Using for loops within aspx? Pin
kubben29-Mar-07 6:40
kubben29-Mar-07 6:40 
GeneralRe: Using for loops within aspx? Pin
muppet00729-Mar-07 6:52
muppet00729-Mar-07 6:52 
GeneralRe: Using for loops within aspx? Pin
kubben29-Mar-07 7:20
kubben29-Mar-07 7:20 
AnswerRe: Using for loops within aspx? Pin
Not Active29-Mar-07 7:04
mentorNot Active29-Mar-07 7:04 
Questioninserting listbox item into databse Pin
Kunal P29-Mar-07 5:43
Kunal P29-Mar-07 5:43 
hi
i just wanted help to insert a single listbox item into the databse.

<br />
 lb.Text = ListBox1.SelectedValue.ToString();<br />
 cmd2.CommandText = "Insert into Bill(BillNo,PatID,Test) Values('" + maxlbl.Text + "','" + patid.Text + "','" +lb.Text+ "' ";


now, wat should be correct statement to set the label text of the listitem that is currently selected.





Kunal

AnswerRe: inserting listbox item into databse Pin
Not Active29-Mar-07 5:52
mentorNot Active29-Mar-07 5:52 
GeneralRe: inserting listbox item into databse Pin
Kunal P29-Mar-07 5:55
Kunal P29-Mar-07 5:55 
GeneralRe: inserting listbox item into databse Pin
Not Active29-Mar-07 6:08
mentorNot Active29-Mar-07 6:08 
GeneralRe: inserting listbox item into databse Pin
Kunal P29-Mar-07 6:11
Kunal P29-Mar-07 6:11 
QuestionServer Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 5:04
nothingbutcat29-Mar-07 5:04 
AnswerRe: Server Error in '/aspx' Application. Pin
Paddy Boyd29-Mar-07 5:09
Paddy Boyd29-Mar-07 5:09 
GeneralRe: Server Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 5:29
nothingbutcat29-Mar-07 5:29 
GeneralRe: Server Error in '/aspx' Application. Pin
Paddy Boyd29-Mar-07 5:31
Paddy Boyd29-Mar-07 5:31 
GeneralRe: Server Error in '/aspx' Application. Pin
Not Active29-Mar-07 5:45
mentorNot Active29-Mar-07 5:45 
GeneralRe: Server Error in '/aspx' Application. Pin
Paddy Boyd29-Mar-07 5:49
Paddy Boyd29-Mar-07 5:49 
AnswerRe: Server Error in '/aspx' Application. Pin
Not Active29-Mar-07 5:49
mentorNot Active29-Mar-07 5:49 
GeneralRe: Server Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 6:50
nothingbutcat29-Mar-07 6:50 
QuestionAjax control doesn't work in Firefox and other computers? Pin
Abubakarsb29-Mar-07 4:49
Abubakarsb29-Mar-07 4:49 
QuestionSSL ERROR Pin
lajith29-Mar-07 3:05
lajith29-Mar-07 3:05 
Questionhow to generate reprot using sql server 2000 reporting service Pin
mohd imran abdul aziz29-Mar-07 2:37
mohd imran abdul aziz29-Mar-07 2:37 
AnswerRe: how to generate reprot using sql server 2000 reporting service Pin
Not Active29-Mar-07 4:38
mentorNot Active29-Mar-07 4:38 
QuestionDisplay a project member in the listbox Pin
Oga M29-Mar-07 2:04
Oga M29-Mar-07 2:04 

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.