In-Depth look at the GridView Control

In-Depth look at the GridView ControlWe all enjoyed the datalist and the datagrid controls in Asp.net 1.1. There were thousands of operations that we can perform using datagrid and datalist control. Asp.net 2.0 ships with another data bound templated control which is called Grid View. Grid View has made everything easier for developers. The main changes that I have seen in Asp.net 2.0 is that we don’t require a lot of code to achieve tasks but most of the functionality is already provided and built in the control. In this article we will see the GridView control in action and we will see what type of operations we can perform using this control and how this control is better than the classic datagrid control.
Read more

ASP.NET Server-Side Data Acces

ASP.NET Server-Side Data AccesIntroduction to Server-Side Data
Connections, Commands, and DataSets
Accessing SQL-based Data
Binding SQL Data to a DataGrid
Performing a Parameterized Select
Inserting Data in a SQL Database
Updating Data in a SQL Database
Deleting Data in a SQL Database
Sorting Data from a SQL Database
Working with Master-Detail Relationships
Writing and Using Stored Procedures
Accessing XML-based Data
Section Summary
Read more

70-305 Developing and Implementing Web Applications With Microsoft Visual Basic .NET Demo

70-305 Developing and Implementing Web Applications With Microsoft Visual Basic .NET DemoYou are creating an ASP.NET application for EliteCertify’s Internet Web site. You want to create a toolbar that will be displaed at the top of each page in the Web site. The toolbar will contain only static HTML code. The toolbar will be used in only your application. You plan to create the toolbar as a reusable component for your application. You need to create the toolbar as quickly as possible. What should you do?
Read more

SQL Anywhere Integration with Visual Studio 2005

SQL Anywhere Integration with Visual Studio 2005SQL Anywhere 10 contains a number of integration features with Microsoft Visual Studio .NET (both 2003 and 2005). These features are designed to make it easier to work with a SQL Anywhere database while developing an application using Visual Studio. This whitepaper outlines the integration features that are present with Visual Studio 2005, and contains tutorials demonstrating how the integration features can be used to ease application development while working with a database.
Read more

Working with DataGridView

Working with DataGridViewThis lesson describes how to configure and work with data in a DataGridView control. The DataGridView is typically used to display the contents of a DataTable in a DataSet. This lesson shows how to:
- Use the DataGridView control to display and update the data.
- Bind a DataGridView control to a data source.
- Configure a DataGridView to use multiple data sources.
- Manage columns in a DataGridView control.
- Format a DataGridView control by using styles.
- Format a DataGridView control by using custom painting.
- Configure the column and cell types of a DataGridView.
- Add tables and columns to a DataGridView control.
- Delete columns in a DataGridView control.
- Respond to clicks in a DataGridView control.
- Validate input with a DataGridView control.
- Change data displayed in a DataGridView control at run time.
Read more

Next Page →