I would like to name the id using databind value n aspx page. My code is incorrect. Is it possbile to use dataind value as id in aspx page? If so, would someone tell me how to do it?
there is my script:
<asp:HiddenField runat="server" id='<%# "hd" & Eval(Container.DataItem, "IDNum") %>' />