2007年6月12日
摘要: //绑定所有目录 public static void Bind_list(DropDownList DropDownList1) { DropDownList1.Items.Clear(); string sql = "SELECT list_id,list_name,list_parent FROM list"; DataTable dt ... 阅读全文
posted @ 2007-06-12 16:15 石川 阅读(469) 评论(0) 推荐(0) 编辑
摘要: public class Alert{ private string alert; /**//// /// 弹出窗口并返回到前一页面 /// /// 提示信息内容 public Alert(string m) { this.alert = ""; } /**//// /// 弹出窗口 /// /// 提示... 阅读全文
posted @ 2007-06-12 16:12 石川 阅读(1286) 评论(2) 推荐(0) 编辑