Sunday, January 24, 2010

How to build C# Grid Control?

using an IDE will be drag and drop


if ur looking for the code


%26lt;asp:GridView ID=';GridView1'; runat=';server';%26gt;


%26lt;/asp:GridView%26gt;


try google to find out more about the properties and events.


www.thecodeproject.com


is a good place to start learningHow to build C# Grid Control?
The grid control (gridview) is a server control (it is found under ';data';) in asp .net 2.0 and later.





You simply drag it to the design surface of an aspx page and set properties.

No comments:

Post a Comment