Techknow Study

How to ajax control toolkit works

12:42:00 AM vikas 0 Comments Category :

                        How to ajax control toolkit works

Introduction 
AJAX (Asynchronous JavaScript and XML) is a new web development technique used for interactive websites. AJAX can help us develop web applications and retrieve small amounts of data from a web server. AJAX is a different type of technology.
  • JavaScript
  • XML
  • Asynchronous Call to the server

Example:

BalloonPopupExtender Control

The BalloonPopupExtender control provides support for vertical tabs, and support for keyboard tab navigation. The BalloonPopup extender allows a page to display content to the user in a "Balloon" manner which prevents the user from interacting with the rest of the page. The modal content can be any hierarchy of controls and is displayed above a background that can have a custom style applied to it. 

RELATED POSTS

0 comments