A generic way to find ASP.NET ClientIDs with jQuery
Posted by: Rick Strahls WebLog,
on 15 Oct 2009 |
View original | Bookmarked: 0 time(s)
Ive been using a small hack to deal with the ASP.NET naming container morass that is so prevalent in client side development with ASP.NET. Particularly in Master Pages all server control IDs are basically munged because the master page place holders are naming containers. To recap the problem is that if you are dealing with something as simple as this: <div class="contentcontainer" runat="server" id="PageContent">
<h2>Stock Quote Lookup</h2>
...