By tag: MSAJAX
0
kicks
ASP.NET Podcast Show #79 - Microsoft AJAX UpdatePanel and Clientside P
A video on the Microsoft AJAX UpdatePanel and the Page based Client Lifecycle.
0
kicks
Inheritance Example in MS Ajax
Create a base class, then 3 classes that inherit from that base class. Pass the class around, and call a method from the base. Highlights use of registerNamespace, registerClass, and registerEnum
0
kicks
Coding a custom ClickBehavior with MS AJAX
In this article you'll build a custom ClickBehavior to intercept mouseup, mousedown and left/right click events. You'll learn also how to raise and handle events with MS AJAX.