Steph,
This is an ASP.NET question and should be posted at the ASP.NET group, it
isn't a C# language -related question.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"Steph" wrote:
> 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
>
>
>