how to use gridview
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how to use gridview to store data which is not of data base like storing data in table.(i.e to store data like table); thank you vijaya
vijaya
-
how to use gridview to store data which is not of data base like storing data in table.(i.e to store data like table); thank you vijaya
vijaya
All data bound containers can display data from any sort of list, such as an array or a List class instance. But, it does not store data, it just provides a view into it.
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 )