标签: css asp.net html-table servercontrols
我在Asp.net中动态创建了Table
Table
但是,已经存在的所有控件都移到了顶部,我想要的是将它们放在我动态创建的Table的底部。
答案 0 :(得分:0)
在顶部添加一个div并在其中创建表格。