How to dynamically add rows to a table in ASP.NET?

前端 未结 10 1007
谎友^
谎友^ 2020-12-23 22:20

So today I started learning ASP.NET. Unfortunately I haven\'t found any good tutorials online, and I can\'t afford to buy books at the moment, so I\'ve had to create a ASP.N

10条回答
  •  执念已碎
    2020-12-23 22:42

    You can use the asp:Table in your web form and build it via code:

    http://msdn.microsoft.com/en-us/library/7bewx260.aspx

    Also, check out asp.net for tutorials and such.

提交回复
热议问题