AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.
Categories
Recent Posts
- Handling Files and Directories from your web applications. : Rockin J
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory. Simply illustration of - Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Demonstrate how to build master/details data presentation using GridView, DetailsView as animated pop - Understanding Script Injection Attacks : Sanjit Sil
This article helps to understand the concept of script injection attacks in detail using ASP.NET. Sanjit - Designing An Application Using Test Driven Development : Mohammad Azam
Application design is one of the most important aspects of creating the application. A design serves - Cross-Site Scripting in ASP.NET : SandeepReddy Pasham
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side
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....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

