摘要: ----------------------最终效果--------------------------------------FreeTextBox使用方式--------------------------------中文汉化FreeTextBox相册---------------------------CS代码----------------------------------------- 1 protected void Page_Load(object sender, EventArgs e) 2 { 3 if (!IsPostBack) 4 ... 阅读全文
posted @ 2012-02-13 22:48 阿杜008 阅读(381) 评论(0) 推荐(0)
摘要: 新闻删除模块几个功能1. 显示当前的新闻。2.使用选择框来确定需要删除的文章。3.新闻标题通过超链接来链接到新闻修改模块中----------最终效果界面------------------------------------------页面设计-------------------------------------------------GridView 页面代码------------------------------------ 1 <asp:GridView ID="GridView1" runat="server" AutoGener 阅读全文
posted @ 2012-02-13 22:40 阿杜008 阅读(445) 评论(0) 推荐(0)