摘要: (转)(增加自己的更改)下面是Sql Server 和 Access 操作数据库结构的常用Sql,希望对你有所帮助。新建表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default \'... 阅读全文
posted @ 2014-12-05 16:15 飞翔. 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 资料:http://www.cnblogs.com/txw1958/archive/2012/09/24/CSharp-WebBrowser.html 阅读全文
posted @ 2014-12-02 16:31 飞翔. 阅读(66) 评论(0) 推荐(0) 编辑
摘要: '>编辑 阅读全文
posted @ 2014-11-25 17:50 飞翔. 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1.Eval()内置方法。Eval(string expression , sring format)列如:把4.0212格式成 4.02Eval("4.0212","{0:F2}")2.用tostring(“0.00”)法Float.Parse(Eval("4.0212").ToString())... 阅读全文
posted @ 2014-11-19 10:38 飞翔. 阅读(246) 评论(0) 推荐(0) 编辑
摘要: js 常用验证//JS验证Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**// * 2010-7-13// * 贺 臣// *... 阅读全文
posted @ 2014-08-19 21:14 飞翔. 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 效果图 1.前台页面 1.2 js代码 1.3 后台代码 (注意“\”转意字符使用) 阅读全文
posted @ 2014-08-08 22:11 飞翔. 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 第一步:添加AjaxPro.dll,并且引用dll第二步:配置Web.config1 2 3 4 5 第三步:Debault.aspx.cs里引入 protected void Page_Load(object sender, EventArgs e) ... 阅读全文
posted @ 2014-08-08 21:04 飞翔. 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 比如1、设置value为pxx的项选中 $(".selector").val("pxx");2、设置text为pxx的项选中 $(".selector").find("option[text=pxx]").attr("selected",true); 这里有一个中括号的用法,中括号里的等号的前面是属... 阅读全文
posted @ 2014-07-30 20:38 飞翔. 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 一、DataSet、DataTable、DataRow、DataColumn1】 在DataSet中添加DataTable DataSet.Tables.Add(DataTable)实例: DataSet ds=new DataSet(); DataTable table=new Dat... 阅读全文
posted @ 2014-07-22 16:45 飞翔. 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-07-18 15:39 飞翔. 阅读(97) 评论(0) 推荐(0) 编辑