Add Grid View Rows to a Table (WebControl) multiple times
I have a grid view control with 17 columns in an ASP.net page. It may contain up to 10k rows. I need to add each row of this grid view into a Table control (Webcontrol Table) multiple times. I have to do some small modification to the table cell text also.
Since Dot Net doesn't allow same row object to be added into a collection more than once,
I couldn't do this. I tried cloning, but it didn't help.Please let me know if any one has a optimal solution for开发者_运维百科 this...
精彩评论