Data Grids C

Posted in Data Grids by admin on February 3, 2010 No Comments yet

Data Grids C
Help – Dynamic Datagrid ASP.NET C #?

Hi, I'm new to ASP.NET. I want to create a dynamic grid-based data from MS SQL SELECT. The only thing I want this data to produce as below the grid. ………….. Date Jim Bond … … Kelly 01/01/2005…2.2….1.9. ….. 2.2 02/01/2005…2.1….1.8……2.1 The word "Jim Bond, Kelly and many others" are dynamically from SQL. So it's like the header is the word dynamic. All are dynamic data, except the word "date". Another thing, I want the table grid to be separated when they reach the column 4 and proceed column Next at the bottom of the grid or can say another grid. Example: Date ………….. … Jim Bond … Kelly 01/01/2005…2.2….1.9……2.2 02/01 / 2005 … 2.1 …. 1.8 …… 2.1 Date ………….. Charley James … … … 01/01/2005 White .. 2.2 ………. 1.9 ………. 2.2 02/01/2005…..2.1……….1.8 … ……. 2.1 PLEASE HELP ME. I no idea how to do it. *** The datagrid i specify above do not appear correctly after the mailing of the issue. You do not know there ***

In order to get the headers of dynamic columns, you just define your data grid to automatically generate columns. Your SQL return in the column headers and populate the DataGrid. Regarding divide the grid after 4 columns, you will not be able to do with a grid. You would need to break the data and feed each game its own DataGrid. Good luck!

Nereus: Massively Parallel Computation in Java

Leave a Comment