How can you move ASP.Net controls to different places on the Web form at runtime?

前端 未结 5 1839
迷失自我
迷失自我 2021-01-01 01:41

Is there an accepted way to \"move\" a control.

My client wants to place a certain chunk of markup (representing some visual element) in one of several different pla

5条回答
  •  天命终不由人
    2021-01-01 02:35

    Do Web Parts do what you want to do?

    Or, you can change the parent programmatically of your controls to move them into a separate area.

提交回复
热议问题