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

Categories

Recent Posts

Basic Reporting Part 1: Displaying Data with the ObjectDataSource : Scott Mitchell

Tuesday, August 12 2008

With our application architecture and website page layout complete, we're ready to start exploring how to accomplish a variety of common data- and reporting-related tasks. In the previous tutorials we've seen how to programmatically bind data from the DAL and BLL to a data Web control in an ASP.NET page. This syntax – assigning the data Web control's DataSource property to the data to display and then calling the control's DataBind() method – was the pattern used in ASP.NET 1.x applications, and can continue to be used in your 2.0 applications. However, ASP.NET 2.0's new data source controls offer a declarative way to work with data. Using these controls you can bind data retrieved from the BLL created in the previous tutorial without having to write a line of code....

Read More:
Basic Reporting Part 1: Displaying Data with the ObjectDataSource : Scott Mitchell
Also See:
Working with WebParts Page, WebPart Zones & WebParts : Muhammad Mosa
Seven New Control Gallery Entries : ASP.NET News
ASP.NET Tip: Control the Layout of Your Input Forms : Eric Smith
Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x : Bilal Haidar

Post your comment

Comment