DataGridView and GenericDataGridView
Is there a control ca开发者_运维技巧lled GenericDataGridView and how do I add that to Visual Studio 2008 so I can use it in my c# application?
Yes, there is.
You can download the source files and compile the project.
Then, right-click the toolbox, click Choose Items, browse to the compiled DLL, and add it.
here is the link for the grid view control which is for linq ans also for sql queries
LINQ TO SQL GridView (Enhanced Gridview) : - http://www.codeproject.com/KB/aspnet/LINQ_TO_SQL_GridView.aspx
ASP.NET Extended Grid Control : - http://www.codeproject.com/KB/custom-controls/EnhanceGrid.aspx
精彩评论