can i able to use ms flexgrid with xml in vb.net ?
-
i want to grid control for a form for backend of xml can i able to do ? pls explain if yes means how ? sathish
Why would you want to use msflexgrid ? .NET is full of grids, which can take XML as a data source.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Why would you want to use msflexgrid ? .NET is full of grids, which can take XML as a data source.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I want to multiple entries like record type and i want to store it in xml that only i want to use flexgrid with xml sathish
That made absolutely no sense at all. MsFlexGrid doesn't handle XML and neither does the DataGrid or the DataGridView in the .NET Framework. The XML is handled by the DataSet and DataTable classes, which are bindable datasources for the DataGrid and DataGridView classes. They won't work with the older-than-dirt FlexGrid.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007