20 pts.
 gridview in .net
.NET, C#
how to add rows dynamically to a gridview

Software/Hardware used:
ASKED: January 27, 2010  10:40 AM
UPDATED: July 13, 2010  11:33 AM

Answer Wiki:
you can add row to any (new or existing) dataset or datatable and bind it to gridview
Last Wiki Answer Submitted:  July 13, 2010  11:33 am  by  1231   20 pts.
All Answer Wiki Contributors:  1231   20 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Are you wanting to add all of the rows dynamical or tack some on after the gv has been bound to a data source?

 1,855 pts.