placeholder LiteralControl从后台生成前台控件

 string str = "<input type='text'></input>";
 this.p1.Controls.Add(new LiteralControl(str));

posted on 2009-01-16 21:52  优雅小猪  阅读(361)  评论(0编辑  收藏  举报

导航