摘要:
在系统中经常需要进行时间日期选择(比如查询时间范围内的信息、填写日期等),使用时间日期选择控件不仅能提高效率,而且不会写错格式! 现把自己在.net项目中经常使用的一款时间日期选择控件整理出来,希望对大家有所帮助! 首先大家来看看效果图: (gif格式,用于选择图标) js脚本: calendar.js Code highlighting... 阅读全文
摘要:
方法一: protected void btnAdd_Click(object sender, EventArgs e) { String root = System.Configuration.ConfigurationManager.AppSettings["upload"]; bool fileOK = false; Str... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.OleDb; using System.Web; /**//// /// 名称:access下的分页方案(仿sql存储过程) /// 作者:cncxz(虫虫) /// blog:http:/... 阅读全文