Groups | Blog | Home
all groups > asp.net building controls > october 2007 >

asp.net building controls : Getting inputype Checkbox values without ID


Mansi Shah
10/21/2007 11:15:43 PM

Hi,

I have used a literal control in my form and it's text is generated
dynamically. It has all the products with checkboxs. Now i want all the
values of products, the user have checked.

Can anybody tell how can i get values of dynamically genereated(input
type="Checkbox") control's value??

waiting for reply..

Thank you,
Mansi Shah.

Nathan Sokalski
10/30/2007 10:19:04 PM
First of all, why are you using a literal control to create checkboxes? But
if you do want to do it that way, I think that you use the Request.Form
property. Take a look at the documentation for details; I have never done it
this way, and am not 100% positive that this is how to do it since I have
not looked at the details yet. However, my recommendation would be to not
create form fields using literal control. If none of the existing controls
meet your need, write a custom control or write a class that inherits one of
the existing controls.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

[quoted text, click to view]

Mansi Shah
10/31/2007 12:35:34 AM

Hi,

Thanx for your reply. U r right. so, I had impletemented it using
gridview instead literal N its working perfect.


Regards,
Mansi Shah.

AddThis Social Bookmark Button