Browse by Tags
All Tags »
ASP.NET »
AJAX »
.NET
Sorry, but there are no more tags available to filter with.
Recently I had forgotten how to access the ScriptManager in my MasterPage from one of the Content Pages. There is a static method on the ScriptManager class called GetCurrent() which will allow access to the current instance of a ScriptManager. This is
Read More...