ASP.NET

ADO.NET using C# database access

Tagged:  
ADO.NET cleanly factors data access from data manipulation into discrete components that can be used separately or in tandem. ADO.NET includes .NET Framework data providers for connecting to a database, executing commands, and retrieving results. Those results are either processed directly, or placed in an ADO.NET DataSet object in order to be exposed to the user in an ad-hoc manner, combined with data from multiple sources, or remoted between tiers. The ADO.NET DataSet object can also be used independently of a .NET Framework data provider to manage data local to the application or sourced from XML.

ASP.Net Web Service - Hello World

Tagged:  
Web Services are a very general model for building applications and can be implemented for any operation system that supports communication over the Internet. Web Services use the best of component-based development and the Web. Web Services communicate with the Simple Object Access Protocol (SOAP) and Extensible Markup Language (XML).

ASP.NET 2.0 Nested GridView

Tagged:  
This is a simple sample example screen cast of how to nest a grid view inside another grid view to display master - detail information. For example listing orders and items for each order.
Syndicate content