Creating tabbed dialogs using AJAX

Tabbed dialogs come handy when you have too many controls on your web form. If all the controls are placed at once in front of the user the page may look cluttered. Instead you can logically group the controls using a tabbed user interface making it neat and easy to use. One way to develop such a tabbed user interface is to use MultiView and View server controls. However, being server controls these controls require a post back while switching between the tabs. ASP.NET AJAX and HTML tags can be put to use in developing a client side tabbed dialog. This article is going to show you just that.

Read more...

No Comments