Checkbox - How can i get the value ?

  • Thread starter Thread starter Edmilson
  • Start date Start date
E

Edmilson

Hi,

I have an application asp.net using datalist with checkbox for each
datalist item...
I want to get the value of the item that is checked but I can´t find it.
In the classic ASP it was a little bit easy, but now I didn´t find a
property like VALUE for the checkbox.

Please, if you know that..... let me know too.....

tks
troqui
 
Ok,

But how can I get the value ?

when I put
<asp:checkbox id="chkSuppliers" runat="server"....
I dont have the property VALUE, for example
<asp:checkbox id="chkSuppliers" runat="server" VALUE="<%=....%>"
then, how can I do that ?

troqui


I´m using VB


"Tu-Thach" <[email protected]> escreveu na mensagem
You use the Checked property of the check box.

Tu-Thach
 
Back
Top