Dynamically added controls in Asp.Net

后端 未结 9 1643
情书的邮戳
情书的邮戳 2020-12-01 02:22

I\'m trying to wrap my head around asp.net. I have a background as a long time php developer, but I\'m now facing the task of learning asp.net and I\'m having some trouble w

9条回答
  •  执笔经年
    2020-12-01 03:10

    I think the answer here is in the MultiView control, so that for example the dropdown switches between different views in the multi-view.

    You can probably even data-bind the current view property of the multiview to the value of the dropdown!

提交回复
热议问题