AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Creating Tabbed Dialogs Using AJAX : Bipin Joshi

Friday, July 18 2008

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:
Creating Tabbed Dialogs Using AJAX : Bipin Joshi
Also See:
How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript : Suprotim Agarwal
Introduction to ASP.NET AJAX : Steve C. Orr
Dynamic AJAX Modal Popup control demonstration : Kelum W. Ganegoda
Getting Started with AJAX 1.0 : Mahesh Chand
Building ASP.NET AJAX 3.5 Extender Controls : Matthew Ellis

Post your comment

Comment