close
HtmlGenericControl anchor =newHtmlGenericControl("a");
anchor.Attributes.Add("href",Convert.ToString(drOutput["ModuleFileName"]));
anchor.InnerText=Convert.ToString(drOutput["ModuleName"]);
li.Controls.Add(anchor);
全站熱搜
留言列表