摘要: ////创建服务器端控件. ////指定的标记"LINK"初始化此类的新实例. HtmlGenericControl objLink = new HtmlGenericControl("LINK"); objLink.ID = ID; objLink.Attributes["rel"] = "... 阅读全文
posted @ 2010-04-09 09:00 凡海雨 阅读(210) 评论(0) 推荐(0) 编辑