Adding
dynamically between controls asp.net

后端 未结 3 1200
长发绾君心
长发绾君心 2020-12-17 08:05

I\'m listing some controls at my web page dynamically, either I\'m adding newline with Label\'s.

Label newLine = new Label();newLine.Text = \"
\";
3条回答
提交回复
热议问题