Other News

Community

GridView With ObjectDataSource

(AzamSharp) In this article I will show you how you can use the ObjectDataSource with the GridView control to do editing, updating, deleting and adding new records. There are several ways to perform these operations, I am using the simplest approach. The project files are also attached with this art

Community

Statistical Indexes

(Buck Woody) SQL Server 2000 and 2005 both use a “cost-based” optimizer to quickly locate data in its databases. I’ve mentioned the Query Processor in another tutorial, and in this tutorial I’ll explain one of the tools it uses to find the fastest way to your data.