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
Master/Detail Filtering With a DropDownList : Scott Mitchell
Tuesday, August 19 2008
The master/detail report, which we first created using a GridView in the earlier Master/Detail Filtering With a DropDownList tutorial, begins by showing some set of “master” records. The user can then drill down into one of the master records, thereby viewing that master record’s “details.” Master/detail reports are an ideal choice for visualizing one-to-many relationships and for displaying detailed information from particularly “wide” tables (ones that have a lot of columns). We’ve explored how to implement master/detail reports using the GridView and DetailsView controls in previous tutorials. In this tutorial and the next two, we’ll reexamine these concepts, but focus on using DataList and Repeater controls instead....Design and Generate Code with Visio : Steve C. Orr
Perform Database Administration Operations with SQL Server Management Objects : John Papa
SOS: Upcoming release has a few new commands – HeapStat : ASP.NET Debugging
Using TemplateFields in the DetailsView Control : Scott Mitchell

