copy gridview structure to other gridview
ASP.NET
7
Posts
4
Posters
0
Views
1
Watching
-
Mhiny wrote:
how to copy structure of gridview to other gridview
do you want copy one grid view data to another Grid view or Copy only the fields ?
cheers, Abhijit
-
Mhiny wrote:
how to copy structure of gridview to other gridview
do you want copy one grid view data to another Grid view or Copy only the fields ?
cheers, Abhijit
-
I guess you should add columns dynamically rather then copying them. An after thought to my previous answer. I think DataGridView.Clone property will solve your problem as well
Ahsan Ullah Senior Software Engineer
modified on Tuesday, August 19, 2008 1:36 AM
-
then do the same thing that you have done for grid1.
cheers, Abhijit
-
d