ClientScriptProxy and JavaScript Linking In Headers
Posted by: Rick Strahls WebLog,
on 28 Dec 2007 |
View original | Bookmarked: 0 time(s)
For the last couple of days I've spent a little time updating some code in the wwHoverPanel AJAX library component. In particular I've been working with the library quite a bit over the last few months and have been making lots of small little tweaks and adjustments. One of the things that has given me a bit of grief in building controls has been the standard script include placement that ASP.NET uses. In ASP.NET script includes are generally handled throught ClientScript.RegisterClientScriptInclude()...