开发者

display empty records in an ASP.Net GridView?

开发者 https://www.devze.com 2023-01-19 13:56 出处:网络
How can I display 10 empty records in a Gr开发者_如何学运维idView from code-behind Page_Load?You could create a new DataTable in the Page_Load event that has 10 empty rows of data in it, then bind tha

How can I display 10 empty records in a Gr开发者_如何学运维idView from code-behind Page_Load?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消