博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  ASP.Net

摘要:delete the files under the two folders:C:\Documents and Settings\snapping-song\Application Data\Microsoft\VisualStudio\9.0\ReflectedSchemasC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files 阅读全文

posted @ 2011-08-02 09:35 Snapping 阅读(139) 评论(0) 推荐(0)

摘要:INTRODUCTION This article describes the default permissions and the user rights on a newly installed application server that has Internet Information Services (IIS) 6.0 installed. Back to the top M... 阅读全文

posted @ 2008-07-04 14:06 Snapping 阅读(464) 评论(0) 推荐(0)

摘要:Get the source code via a urlC# codeprivate string getWebresourceFile1(string url){WebClient myWebClient = new WebClient(); byte[] myDataBuffer = myWebClient.DownloadData(url); string SourceCode = Enc... 阅读全文

posted @ 2008-04-11 17:20 Snapping 阅读(417) 评论(0) 推荐(0)

摘要:以下是引用片段: 、 阅读全文

posted @ 2008-04-11 10:04 Snapping 阅读(298) 评论(0) 推荐(0)

摘要:摘自:http://blog.csdn.net/skyaspnet/archive/2008/04/08/2260978.aspx 阅读全文

posted @ 2008-04-10 10:39 Snapping 阅读(295) 评论(0) 推荐(0)

摘要:If you overwite the web.config file, all the static variables's valuein the system will be lost. 阅读全文

posted @ 2008-04-08 13:35 Snapping 阅读(265) 评论(0) 推荐(0)

摘要:1. CreateObject("MSSOAP.SoapClient30") download soapsdk.exe and install it.2. Server.CreateObject("Membership.UserObjects.1") 阅读全文

posted @ 2008-03-07 17:30 Snapping 阅读(285) 评论(0) 推荐(0)

摘要:new document 半透明 不透明 不透明,不是吗? 阅读全文

posted @ 2007-11-16 13:37 Snapping 阅读(1198) 评论(0) 推荐(0)

摘要:http://blog.joycode.com/scottgu/archive/2006/09/26/84231.aspx 阅读全文

posted @ 2007-08-27 23:31 Snapping 阅读(242) 评论(0) 推荐(0)

摘要:在UpdatePanel中使用Menu出错的解决方案 摘自:http://www.cnblogs.com/hjf1223/archive/2007/03/16/676957.html 在atlas的时候,在UpdatePanel中使用Menu控件是不会出错的,但是正式命名为asp.net ajax后,从beta1开始,在UpdatePanel 中就无法正常使用Menu控件了,一直到RTM也没有解... 阅读全文

posted @ 2007-07-25 11:07 Snapping 阅读(332) 评论(0) 推荐(0)

摘要:简单的说就是 visibility:hidden 的控件,仍然占据所在的位置和空间而 display:none 的,则完全不参与显示了 阅读全文

posted @ 2007-07-06 14:04 Snapping 阅读(221) 评论(0) 推荐(0)

摘要:http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=9043http://blogs.msdn.com/phaniraj/archive/2007/06/19/how-to-use-a-key-value-pair-in-your-autocompleteextender.aspx 阅读全文

posted @ 2007-07-05 15:38 Snapping 阅读(375) 评论(0) 推荐(0)

摘要:http://forums.asp.net/p/1116895/1761740.aspx 阅读全文

posted @ 2007-06-29 18:07 Snapping 阅读(141) 评论(0) 推荐(0)

摘要:using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;usin... 阅读全文

posted @ 2007-06-10 21:41 Snapping 阅读(466) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2007-06-10 20:12 Snapping 阅读(443) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/lovecherry/archive/2006/07/02/440840.html 阅读全文

posted @ 2007-06-10 19:52 Snapping 阅读(125) 评论(0) 推荐(0)

摘要:http://blog.joycode.com/scottgu/http://weblogs.asp.net/infinitiesloop/default.aspx 阅读全文

posted @ 2007-06-09 11:39 Snapping 阅读(107) 评论(0) 推荐(0)

摘要:序号 内容类型 文件扩展名 描述 1 application/msword doc Microsoft Word 2 application/octet-stream bin dms lha lzh exe class 可执行程序 3 application/pdf pdf Adobe Acrobat 4 application/postscrip... 阅读全文

posted @ 2007-06-03 22:27 Snapping 阅读(214) 评论(0) 推荐(0)

摘要:section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> ... 阅读全文

posted @ 2007-03-29 00:15 Snapping 阅读(195) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/donkeyzheng/archive/2006/09/14/1222581.aspx 阅读全文

posted @ 2007-03-29 00:08 Snapping 阅读(167) 评论(0) 推荐(0)