Skip to content
Archive of posts tagged jQuery

Using jQuery to work with ASP.NET-munged HTML elements

ASP.NET (pre-ASP.NET 4.0, that is) makes it a point of munging control IDs by forcing a fully-qualified naming scheme on both the resulting HTML element’s ID and Name attributes. For example, a TextBox named textboxName, when placed in a user control used on a content page with a master page gets rendered like this at [...]