AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x : Bilal Haidar

Tuesday, September 16 2008

In a project I am currently working on (ASP.NET 1.1), one of the Web Forms included has a set of three controls that represent a certain feature in the system. Suppose those controls are simple DropDownLists. When a value is being selected in the first DropDownList, the data present in the second DropDownList should be filtered by the first value selected. The same idea applies on the third DropDownList. This form is going to be used by end users who know nothing about ASP.NET or about development in general. All they want is a fancy web form that makes their life easy. A decision has to be made as to what to use in place of those three controls. Do we use DropDownLists or do we use Textboxes with some sort of popup window to fill the data in the Textbox? Well, we came up with a very nice and fancy solution; use a Textbox and hook up the OnClick client side event to a JavaScript method pops up a Div layer, including a ListBox to select a value from....

Read More:
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x : Bilal Haidar
Also See:
Formatting the DataList and Repeater Based Upon Data : Scott Mitchell
Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam
ASP.NET Dynamic Data: Customizing the UI : Brad Abrams
Three Cures for Common Site Map Ailments : Jeff Prosise
Tracking Your Website's Visitors and Statistic in ASP.NET : Richard Bean

Post your comment

Comment