开发者

ASP.NET Dyanic Input Rows

开发者 https://www.devze.com 2023-03-08 23:43 出处:网络
Ive got ASP.NET web application form where users enter details such as: Subject Code Subject Name Subject Details ....etc

Ive got ASP.NET web application form where users enter details such as:

  1. Subject Code
  2. Subject Name
  3. Subject Details ....etc

I would like the users to click on plus(+) or add button which creates new empty rows for users to fill above fields. They can enter up to x number of subjects.

Is there any easier way to achieve this?

Please note this is just one part of the form. The other p开发者_运维问答art of form includes student details, comments etc. So ListView or GridView is not an option for me right now.

Thanks.

Regards,


I think ListView was a good choice here.

The ListView Control (Video).

ListView Web Server Control Overview.


However, refer to ASP.NET Data controls to get help in this issue.

0

精彩评论

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