I\'m trying to find the best way to deal with the way that ASP.NET prepends a value to any element that is created with runat=\"server\", without having to reso
runat=\"server\"
Why not just use ClientIDMode=Static? Set it in the Web.config so that your client IDs will be as-written throughout the site.