AJAX Client Side Event Life Cycle 1. Page Request 2. Init 3. Load · initializeRequest · beignRequest · pageLoading · pageLoaded 4. Load · endRequest […]
Category: AJAX Articles
AJAX UpdateProgress control : Avoid multiple updates to Update Panel
This tutorial will demonstrate how UpdateProgress control can be used to avoid multiple updates to Update Panle while one update request is in progress. To […]
What is ScriptManager ?
ScriptManager ScriptManager control on a page is used to enable the Microsoft Ajax features of ASP.NET: Client-script functionality of the Microsoft Ajax Library, Partial-page rendering, […]
Process for Implementing Triggers and Timers
Process for Implementing Triggers and Timers An UpdatePanel control on your page will update (through a partial-page postback operation) when a control that it contains […]
ASP.NET AJAX Components
ASP.NET AJAX has 2 main components: AJAX Library – This runs on the client AJAX Extensions – This runs on the server. Interview Questions .NET […]
