我有一个应用程序,它使用asp:panel
具有 2 个标签、2 个链接按钮、一个下拉列表和一个文本框来收集信息并将信息显示给用户。这是一个例子:
[panel]
[droplist (choose med - fed by xml file)/]
[label (auto populates med min and max)/] [textbox (user enters quantity)/]
[linkbutton(add another panel for additional item)] [linkbutton(remove current item)]
[/panel]
我尝试通过使用 for 循环单独复制每个控件来做到这一点,它变得非常复杂。除了创建大量面板并使它们在链接单击时可见/不可见之外,必须有一种替代方法。