Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former.

Browse by Tags

All Tags » AJAX
Why the TextBoxWatermark is the Best AJAX Control
There are plenty of AJAX tools being used everyday. The AJAX Control Toolkit can be likened to a pack of Bertie Bott's Every Flavor Beans ; there are far too many choices. Some tools you'll love and some are as useless to you as an earwax flavored bean. Read More...

by Brendan | 0 Comments

Filed under: ,

Dynamically Register an Asynchronous Postback Control with a ScriptManager
In order to use an update panel you have to specify the triggers either individually or by setting the ChildrenAsTriggers property of the UpdatePanel. Sometimes you may need to set these triggers dynamically such as if the desired trigger is inside of Read More...

by Brendan | 0 Comments

Filed under: , ,

Accessing a MasterPage ScriptManager from a Content Page
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...

by Brendan | 6 Comments

Filed under: , ,