Author: Tips & Tricks for ASP.NET, IIS, and Visual Web Developer | Posted on: 5/27/2009 10:26:41 AM | Views : 1364

Assume that you already have a data source SqlDataSource1 that binds to a simple query returning some details from the Customers table. <asp:SqlDataSource ID= "SqlDataSource1" runat= "server" ConnectionString= "<%$ ConnectionStrings...(read more) ...

Go to the complete details ...