2010年6月17日

母板面嵌套,找到控件。

摘要: //MasterPage 单个//TextBox tb = (TextBox)Page.Master.FindControl(CONTENT_NAME).FindControl("txt" + i);//MasterPage 嵌套TextBox tb = this.Master.Master.FindControl(CONTENT_NAME).FindControl(CONTENT_NAME).F... 阅读全文

posted @ 2010-06-17 09:48 xrt2004 阅读(205) 评论(0) 推荐(0) 编辑

2010年6月8日

CookieHelp

摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;usi... 阅读全文

posted @ 2010-06-08 18:31 xrt2004 阅读(128) 评论(0) 推荐(0) 编辑

2010年6月3日

ftp 218.94.11.109

摘要: 218.94.11.109 阅读全文

posted @ 2010-06-03 17:45 xrt2004 阅读(166) 评论(0) 推荐(0) 编辑

GridView 显示序号 显示日期

摘要: <asp:GridView ID="gvPerson" runat="server" AutoGenerateColumns="False" GridLines="Vertical" CssClass="listTable" DataKeyNames="Id" EmptyDataText="无记录"> <Columns> <asp:TemplateField He... 阅读全文

posted @ 2010-06-03 09:01 xrt2004 阅读(420) 评论(0) 推荐(0) 编辑

2010年6月1日

win7 svn 密码位置

摘要: 由于在svn的界面中并没有为我们提供直接更换用户名密码的地方,所以一旦我们需要更换用户名的就需要自己想一些办法。一般通过删除SVN客户端的账号配置文件来重新更换用户名和密码。在window xp下面他们的位置在系统盘的 Documents and Settings\alex\Application Data\Subversion\auth\文件夹中,把里面的所有文件删除。但是,我安装的是Win7。... 阅读全文

posted @ 2010-06-01 14:51 xrt2004 阅读(2162) 评论(0) 推荐(0) 编辑

windows系统下快速删除.svn文件夹

摘要: 建立一个文本文件,取名为kill-svn-folders.reg(扩展名由txt改为reg),内容如下:   Windows Registry Editor Version 5.00  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]  @="Delete SVN Folders"  [HKEY_LOCAL_MACHINE\S... 阅读全文

posted @ 2010-06-01 14:41 xrt2004 阅读(279) 评论(0) 推荐(0) 编辑

2010年4月2日

c#中如何判断cookie是否存在

摘要: c#中cookies的读取写入操作如下: /////////////////////////////读取/////////////////////////////// //获得此cookie对象 HttpCookie cookie = Request.Cookies["demo"]; //检验Cookie是否已经存在 if (null == cookie) { Response.Write(... 阅读全文

posted @ 2010-04-02 14:09 xrt2004 阅读(2181) 评论(0) 推荐(0) 编辑

2010年4月1日

IIS中加入用户权利

摘要: IIS中加入用户权利 1.进入DOS命令行2.cd 3.cd C:¥WINDOWS\Microsoft.NET\Framework\v2.0.507274.然后执行命令 aspnet_regiis -ga administrator //注:administrator为当前登录用户名, 我的是ssi5.aspnet_regiis -i -enable //通常情况下,到这一步就可以了. 6.net... 阅读全文

posted @ 2010-04-01 12:03 xrt2004 阅读(160) 评论(0) 推荐(0) 编辑

导航