随笔分类 -  ASP.NET

摘要://rect为矩形 阅读全文
posted @ 2011-09-30 16:26 风一样的大叔 阅读(195) 评论(0) 推荐(0)
摘要://前台' ForeColor=''>//后台"(CASE WHEN Apply.applStatusID=0 THEN '未处理' when Apply.applStatusID=1 THEN '已审批' when Apply.applStatusID=2 THEN '退回' END) as ap... 阅读全文
posted @ 2011-08-11 22:03 风一样的大叔 阅读(171) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2011-08-11 22:01 风一样的大叔 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2011-08-11 22:00 风一样的大叔 阅读(190) 评论(0) 推荐(0)
摘要:this.lbl_error.style.add("color", "green"); 阅读全文
posted @ 2011-08-11 21:58 风一样的大叔 阅读(205) 评论(0) 推荐(0)
摘要:HorizontalAlign="center" 阅读全文
posted @ 2011-08-11 21:58 风一样的大叔 阅读(400) 评论(0) 推荐(0)
摘要:HeaderStyle-Font-Bold="false"或th{font-weight:normal;} 阅读全文
posted @ 2011-08-11 21:57 风一样的大叔 阅读(134) 评论(0) 推荐(0)
摘要:AspNetPager1.CurrentPageIndex = 1; 阅读全文
posted @ 2011-08-11 21:56 风一样的大叔 阅读(168) 评论(0) 推荐(0)
摘要://前台弹出确定框OnClientClick="javascript:return confirm('你确定要删除该流程吗?')" 阅读全文
posted @ 2011-08-11 21:55 风一样的大叔 阅读(362) 评论(0) 推荐(0)
摘要://ASP.NET后台页面跳转Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "");//后台弹出确定框ClientScript.RegisterStartupScript(GetType(), "message", "");/... 阅读全文
posted @ 2011-08-11 21:54 风一样的大叔 阅读(314) 评论(0) 推荐(0)
摘要:欢迎您!,今天是。返回主页退出系统 阅读全文
posted @ 2011-08-11 21:51 风一样的大叔 阅读(107) 评论(0) 推荐(0)
摘要:/// /// 同时删除多个数据 /// /// /// private void delOrderDetail(int pIndex, int pRowIndex) { while (pRowIndex < GridView1.Rows.Count) { if (((CheckBox)Gr... 阅读全文
posted @ 2011-08-11 21:47 风一样的大叔 阅读(214) 评论(0) 推荐(0)
摘要:private void DataTabletoExcel(System.Data.DataTable tmpDataTable,string strFileName) { if (tmpDataTable == null) { return; } int rowNum = tmpDataTable... 阅读全文
posted @ 2011-08-11 21:46 风一样的大叔 阅读(215) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2011-08-11 17:56 风一样的大叔 阅读(379) 评论(0) 推荐(0)
摘要:' ForeColor=''> 阅读全文
posted @ 2011-08-11 17:55 风一样的大叔 阅读(194) 评论(0) 推荐(0)