I want to add HTML structure and control like this from code behind into a panel
First Name 5条回答 陌清茗 (楼主) 2020-12-17 09:55 Make the div runat="server" and add the controls inside div like below d.Controls.Add(); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Make the div runat="server"
runat="server"
and add the controls inside div like below
d.Controls.Add();