使用asp.net动态添加html元素
HtmlGenericControl gen = new HtmlGenericControl("div");
gen.InnerText = "HtmlGenericControl";
this.repshow.Controls.Add(gen);
HtmlGenericControl gen = new HtmlGenericControl("div");
gen.InnerText = "HtmlGenericControl";
this.repshow.Controls.Add(gen);