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

前端 未结 10 1011
谎友^
谎友^ 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条回答
  •  Happy的楠姐
    2020-12-23 22:40

    You need to use JavaScript in your HTML and make sure you are using forms so that. You may finally serialize the data using Ajax method to push the data from HTML into database

提交回复
热议问题