how to display 10 empty records in a grid view while in page load?
+1
A:
You could create a new DataTable
in the Page_Load
event that has 10 empty rows of data in it, then bind that to your GridView
.
Tim S. Van Haren
2010-10-12 18:53:32