|
-
October 15th, 2005, 01:42 AM
#2
Re: How to get value of selected checkboxes in ASP.net?
HI,
Just keep a variable "i" or something and initialize it.When you are dynamically adding the controls add this i value with the name.Then increment the i value.
For retrieving request("controlname" & i).
The above statement has to be put in a loop to increment the i values.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|