Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regarding menu dynamic generation in asp.net Pin
N a v a n e e t h9-Apr-08 22:31
N a v a n e e t h9-Apr-08 22:31 
QuestionCould not load the assembly "Microsoft.Web.Preview" in Ajax, please somebody help me ? Pin
RichardBlare9-Apr-08 22:11
RichardBlare9-Apr-08 22:11 
AnswerRe: Could not load the assembly "Microsoft.Web.Preview" in Ajax, please somebody help me ? Pin
Pankaj Shrama13-Jul-08 1:08
Pankaj Shrama13-Jul-08 1:08 
Generallistbox values Pin
eyeseetee9-Apr-08 22:11
eyeseetee9-Apr-08 22:11 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 22:23
N a v a n e e t h9-Apr-08 22:23 
GeneralRe: listbox values Pin
eyeseetee9-Apr-08 22:30
eyeseetee9-Apr-08 22:30 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 22:32
N a v a n e e t h9-Apr-08 22:32 
GeneralRe: listbox values Pin
eyeseetee9-Apr-08 22:52
eyeseetee9-Apr-08 22:52 
ok thanks for the reply
I have another question then which is related to the listbox

basically i have the loop that was discussed yday but with a stored procedure in
Now what I would like to do is for each row in the database it gets updated with one of the items from the listitem i.e.
i have
1,2,3,4,5 in listbox

then in the table it would do the following

id1 = 1
id2 = 2
id3 = 3
id4 = 4
id5 = 5

However all it does at the mo is add the same number to all the ids instead of one item applied to each id

Why is this?

any help would be great!!
thanks Smile | :)



foreach (ListItem item in listbox1.Items)
{

SqlCommand cmd = new SqlCommand("stored_procedure", con);
cmd .CommandType = CommandType.StoredProcedure;
}
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 23:11
N a v a n e e t h9-Apr-08 23:11 
GeneralRe: listbox values Pin
Darsh_310-Apr-08 8:30
Darsh_310-Apr-08 8:30 
GeneralUnable to get text from textbox Pin
Deepak Nigam9-Apr-08 22:04
Deepak Nigam9-Apr-08 22:04 
GeneralRe: Unable to get text from textbox Pin
eyeseetee9-Apr-08 22:14
eyeseetee9-Apr-08 22:14 
GeneralRe: Unable to get text from textbox Pin
Deepak Nigam9-Apr-08 22:26
Deepak Nigam9-Apr-08 22:26 
GeneralRe: Unable to get text from textbox Pin
eyeseetee9-Apr-08 22:31
eyeseetee9-Apr-08 22:31 
GeneralRe: Unable to get text from textbox Pin
Darsh_310-Apr-08 8:37
Darsh_310-Apr-08 8:37 
GeneralRe: Unable to get text from textbox Pin
Darsh_310-Apr-08 8:34
Darsh_310-Apr-08 8:34 
Questionhow can i access resources @ the client by web application ? Pin
Mr-Error9-Apr-08 21:41
Mr-Error9-Apr-08 21:41 
GeneralSecurity issue Pin
arslanjatt9-Apr-08 21:39
arslanjatt9-Apr-08 21:39 
GeneralRe: Security issue Pin
eyeseetee9-Apr-08 21:49
eyeseetee9-Apr-08 21:49 
GeneralRe: Security issue Pin
arslanjatt9-Apr-08 21:59
arslanjatt9-Apr-08 21:59 
GeneralRe: Security issue Pin
eyeseetee9-Apr-08 22:12
eyeseetee9-Apr-08 22:12 
GeneralRe: Security issue Pin
arslanjatt9-Apr-08 23:13
arslanjatt9-Apr-08 23:13 
GeneralRe: Security issue Pin
eyeseetee9-Apr-08 23:35
eyeseetee9-Apr-08 23:35 
Questionhow i populate Ajax Autocomplte on image button click Pin
pekhaleyogesh9-Apr-08 21:35
pekhaleyogesh9-Apr-08 21:35 
AnswerRe: how i populate Ajax Autocomplte on image button click Pin
eyeseetee9-Apr-08 21:44
eyeseetee9-Apr-08 21:44 

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.