Retrieving Web Resources and Content Types in Code
Posted by: Rick Strahls WebLog,
on 08 Sep 2008 |
View original | Bookmarked: 0 time(s)
Last night I was working on updating some code in my library that handles script compression in relation to my ClientScriptProxy class. The ClientScriptProxy is a wrapper around ClientScript and ScriptManager that provides access to the right one depending on which is present or as an alternative uses custom script service to serve compressed scripts even in absence of a ScriptManager on a page if ScriptManager is not available (which for me is pretty much always <s>). One thing I've been...