开发者

Add multiple drop down lists to ASP.NET form on-the-fly

开发者 https://www.devze.com 2023-04-08 17:45 出处:网络
I have an ASP.NET form with one drop-down list. I want to have a \"+\" sign ne开发者_如何学JAVAxt to the list to allow the user to add another drop-down to the form, and so on, up to a maximum of 15 d

I have an ASP.NET form with one drop-down list. I want to have a "+" sign ne开发者_如何学JAVAxt to the list to allow the user to add another drop-down to the form, and so on, up to a maximum of 15 drop-downs. Ideally, this will be handled client-side, but I would also be open to a solution that involved a form post back. What is the best approach?

0

精彩评论

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