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
Reporting Made Easy : Steve C. Orr
Wednesday, July 09 2008
One of the more powerful and underrated new controls available for ASP.NET 2.0 is ReportViewer. This control, and its Windows Forms counterpart, solves a long-standing need for which every developer must find a solution: Reporting. In the past, developers typically needed to use Crystal Reports or roll their own reporting solution. Although Crystal Reports can be a good solution for large enterprise reporting systems, its complexity is often overkill for smaller software systems. The ReportViewer control is included with Visual Studio 2005 (Professional version and above). A ReportViewer add-in component for Visual Web Developer Express is also freely downloadable from Microsoft. The ReportViewer control integrates quite well with SQL Server 2005 Reporting Services, although this marriage is entirely optional. The control can work on its own without SQL Server or Reporting Services; its only dependency is the .NET 2.0 Framework.Formatting data in columns with ASP.NET's DataList control : Tony Patton
Animated Popup Master/Detail using GridView, DetailsView and JQuery with jqModal & UpdatePanel : Muhammad Mosa
Formatting the DataList and Repeater Based Upon Data : Scott Mitchell
Integrate Membership, Roles and Profile providers into your ASP.NET 2.0 Site : Peter Bromberg

