摘要: 转自:http://www.connectionstrings.com/# SQL Server * ODBC o Standard Security: "Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;" o Trusted connection: "Driver={SQL Server};Server=Aron1;Database=pubs;Trusted_Connection=yes;" o PRompt for username and passWord: oCon 阅读全文
posted @ 2011-01-22 12:25 稽首本然 阅读(204) 评论(0) 推荐(0) 编辑
摘要: LINQ .Net3.5提供的查询语言集合源文http://www.tudou.com/programs/view/2I0rd1ql6js/注意:1必须创建.NET3.5环境的应用程序才可以使用,3.0也可以2需要引入using System.Linq;using System.Data.Linq;using System.Xml.Linq;3C#对LINQ提供的支持3.1 对象初始化器 Student s=new Student(); s.id=1;s.name="Jerry"; //LINQ支持 Student s=new {id=1,name=& 阅读全文
posted @ 2011-01-21 16:07 稽首本然 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: RegisterClientScriptBlock☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆Title :RegisterClientScriptBlock block与Cs中直接编写脚本function后使用javascriptDescription:version : 1.0 Date :8:46 2008-3-26 Author : TianzhenYu/田振宇/Nick(Tim) Contact :MSN:zhenyu_tian@hotmail.com☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ 阅读全文
posted @ 2011-01-18 19:14 稽首本然 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Aspx页面中直接编写javascript脚本☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆Title : AspNet Page Using Javascript 直接写入脚本Description:version : 1.0 Date :8:46 2008-3-26 Author : TianzhenYu/田振宇/Nick(Tim) Contact :MSN:zhenyu_tian@hotmail.com☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆//★★★①代码分析://<titl 阅读全文
posted @ 2011-01-18 19:13 稽首本然 阅读(2021) 评论(0) 推荐(0) 编辑
摘要: 母版事件中注册javascript脚本☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆Title :㈠母版等事件中注册javascript脚本Description:version : 1.0 Date :8:46 2008-3-26 Author : TianzhenYu/田振宇/Nick(Tim) Contact :MSN:zhenyu_tian@hotmail.com☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆//★★★①步骤://Create Websit defaultPage.aspx//Crea 阅读全文
posted @ 2011-01-18 19:07 稽首本然 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 ASPNET跨页面传值技巧总结http://kb.cnblogs.com/page/42184/作者:被偷De贼来源:博客园时间:2008-09-09阅读:2000次原文链接[收藏] 关于页面传值的方法,引发了很多讨论。看来有很多人关注这个,我就我个人观点做了些总结,希望对大家有所帮助。 1. 使用QueryString变量QueryString是一种非常简单的传值方式,他可以将传送的值显示在浏览器的地址栏中。如果是传递一个或多个安全性要求不高或是结构简单的 阅读全文
posted @ 2011-01-18 19:05 稽首本然 阅读(140) 评论(0) 推荐(0) 编辑
摘要: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+ & 阅读全文
posted @ 2011-01-18 19:04 稽首本然 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Javascript在Asp.Net中的应用汇总aspx文件中的用javscript 脚本为控件添加事件javascript 打开新窗体 javascript 打开新窗体protected void NextPageParameters (string strPageTo,string[] strKeys,object[] obValues,bool bNewWindow,int nWidth,int nHeight){ if(strPageTo == null || strPageTo.Length == 0) throw new ArgumentNullException(&quo 阅读全文
posted @ 2011-01-18 19:00 稽首本然 阅读(257) 评论(0) 推荐(0) 编辑
摘要: AjaxPanel中使用javascript//☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ Title :AjaxPanel Description: version : 1.0 Date :8:46 2008-3-26 Author : TianzhenYu/田振宇/Nick(Tim) Contact :MSN:zhenyu_tian@hotmail.com//☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆/*─────────────────────────────────── 阅读全文
posted @ 2011-01-18 18:59 稽首本然 阅读(133) 评论(0) 推荐(0) 编辑
摘要: AjaxPanel控件说明☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ Title :AjaxPanel只要在页面中将AjaxPanel作为父控件, 则它内部的控件在运行时无刷新 Description: version : 1.0 Date :13:41 2008-4-11 Author : TianzhenYu/田振宇/Nick(Tim) Contact :MSN:zhenyu_tian@hotmail.com☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆──────────────────── 阅读全文
posted @ 2011-01-18 18:58 稽首本然 阅读(181) 评论(0) 推荐(0) 编辑