D
dnaumowicz
Hi,
I have a page done in ASP .NET 2.0 that uses an asp:CheckBox. .Net
renders the CheckBoxin the following manner:
<input id="_ctl0_Body__players__ctl0__player" type="checkbox"
name="_ctl0:Body:_players:_ctl0:_player" /><label
for="_ctl0_Body__players__ctl0__player">SomeLastName, SomeFirstName </
label>
How do I access the value of the label for that CheckBox using
javascript? There is no id, tag or anything else to tie it into
something that I can grab.
Any and all help is appreciated.
Thanks,
David
I have a page done in ASP .NET 2.0 that uses an asp:CheckBox. .Net
renders the CheckBoxin the following manner:
<input id="_ctl0_Body__players__ctl0__player" type="checkbox"
name="_ctl0:Body:_players:_ctl0:_player" /><label
for="_ctl0_Body__players__ctl0__player">SomeLastName, SomeFirstName </
label>
How do I access the value of the label for that CheckBox using
javascript? There is no id, tag or anything else to tie it into
something that I can grab.
Any and all help is appreciated.
Thanks,
David