S
Steph
hello,
i'am looking for manipulate a html tag without runat=server.
Because :
1 : runat server tag : add a uniqid (not manipulated with javascript/dom in
dynamic code)
2 : i want set my own clientID on my html tag
how do :
<asp:CheckBox id="john" runat="server"></asp:CheckBox>
and obtain :
<input type=checkbox id="john"> !!!! and not
<input type=checkbox id="ctl00_blablabla_john"> ......
thx
steph
i'am looking for manipulate a html tag without runat=server.
Because :
1 : runat server tag : add a uniqid (not manipulated with javascript/dom in
dynamic code)
2 : i want set my own clientID on my html tag
how do :
<asp:CheckBox id="john" runat="server"></asp:CheckBox>
and obtain :
<input type=checkbox id="john"> !!!! and not
<input type=checkbox id="ctl00_blablabla_john"> ......
thx
steph