Extender Controls : Always Visible Control Mutually Exclusive Checkbox Animation Control Numeric Up Down Auto Co...
12) What is the Importance of Update Panel
♣ By default ASP.Net controls will execute in server centric programming model ♣ What ever controls we are adding to update pa...
11) Types Of AJAX Controls
♣ AJAX controls are classified in to two types 1. Extender Controls 2. Non Extender ...
10) How to Add AJAX Controls to ASP.NET Tool Box
Step 1 : Open ASP.Net web application Step 2 : Enable tool box window. Right click on tool box window, select “Add Tab”, ren...
9) AJAX Controls Tool Kit
♣ By default ASP.Net tool box window will come with 5 AJAX controls ♣ If you want to add remaining AJAX controls we have to ad...
8) Example for Timer Control
♣ Using this control we can execute the given code repeatedly Properties : Enabled : True : Timer will on (default) False...
7) Example For Client Centric Model To Communicate with Database
Step 1 : Design of webform1.aspx Step 2 : Webform1.aspx.cs code using System; using System.Collections.Generic; using ...
6) Example For Client Centric Programming Model
Step 1 : Drag and Drop a Script Manager control Step 2 : Drag and Drop Update Panel control Step 3 : Design Webform1.aspx like b...
5) Example for Server Centric Programming Model
Step 1: Drag and Drop Script Manager Control Step 2 : Design Webform1.aspx like below Step 3 : Webform1.aspx.cs Code using ...
4) AJAX Parent Controls
♣ By default ASP.Net tool box window will come with 5 controls which are called as AJAX parent controls, They are ...
3) AJAX in ASP.Net
♣ From .net 2.0 onwards AJAX is supporting by .net technology ♣ In .net 2.0 AJAX software is not integrated, due to that rea...
2) AJAX–Asynchronous JavaScript And XML
♣ Ajax is not a single technology , which is a combination of multiple technologies like below HTML, JavaScript, XML……. ...
1) Request Models
♣ Request models are two types 1. Synchronous Request Model 2. Asynchronous Request Model ♣ ...