Ask a Question related to ASP.NET General, Design and Development.
-
Edmilson #1
Checkbox - How can i get the value ?
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
Edmilson Guest
-
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the... -
asp checkbox
Kerri, Do a search for the checkbox list object and how to databind it. It think that's what will work best for you. Sincerely, -- S.... -
Q: How to get the value of a checkbox of which name without '[]'?
Consider the following form in a HTML file: .... <input type=checkbox name="box" value=1> <input type=checkbox name="box" value=2> <input... -
[PHP] Q: How to get the value of a checkbox of which name without '[]'?
> Consider the following form in a HTML file: -
DIV, CheckBox
Hello, I am populating a DIV with Checkboxes based on rows I get from a Table while dr.read() ..... mydiv.controls.add(etc...) .... other set... -
Edmilson #2
Re: Checkbox - How can i get the value ?
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" <tuthach@yahoo.com> escreveu na mensagem
news:0de401c33ccd$ecf3f8c0$a301280a@phx.gbl...
You use the Checked property of the check box.
Tu-Thach
checkbox for each>-----Original Message-----
>Hi,
>
> I have an application asp.net using datalist withbut I canīt find it.>datalist item...
> I want to get the value of the item that is checkedI didnīt find a> In the classic ASP it was a little bit easy, but now>property like VALUE for the checkbox.
>
>Please, if you know that..... let me know too.....
>
>tks
>troqui
>
>
>.
>
Edmilson Guest



Reply With Quote

