Forcing client ids in ASP.NET
I know that in the next version of ASP.NET we'll finally be able to set the clientids on System.Web controls without the framework doing it for us in a quasi-intelligent way e.g: id="ctl00__loginStatus__profileButton" Does anyone know a good method in the meantime to force the above id to something like id="profileButton" The main ...