易截截图软件、单文件、免安装、纯绿色、仅160KB

asp.net 获得路径

测试的url地址是http://www.test.com/testweb/default.aspx,   结果如下:  
  Request.ApplicationPath:   /testweb  
  Request.CurrentExecutionFilePath:   /testweb/default.aspx  
  Request.FilePath:   /testweb/default.aspx  
  Request.Path:   /testweb/default.aspx  
  Request.PathInfo:    
  Request.PhysicalApplicationPath:   E:\WWW\testweb\  
  Request.PhysicalPath:   E:\WWW\testweb\default.aspx  
  Request.RawUrl:   /testweb/default.aspx  
  Request.Url.AbsolutePath:   /testweb/default.aspx  
  Request.Url.AbsoluteUri:   http://www.test.com/testweb/default.aspx  
  Request.Url.Host:   www.test.com  
  Request.Url.LocalPath:   /testweb/default.aspx


相关文档:

asp.net中System.DateTime.Now.ToString()的一些用法

Asp.net中的日期处理函数
 //2009年4月24日
this.TextBox6.Text = System.DateTime.Now.ToString("D");
//2009-4-24
this.TextBox7.Text = System.DateTime.Now.ToString("d");
//2009年4月24日 16:30:15
this.TextBox8.Text = System.DateTime.Now.ToString("F");
//2009年4月24日 16:30
this.TextBox9.Text ......

asp.net DateTime 时间函数

1、DateTime     数字型   
    System.DateTime currentTime=new System.DateTime();   
    1.1 取当前年月日时分秒   
    currentTime=System.DateTime.Now;   
  & ......

认识ASP.NET配置文件Web.config

一、认识Web.config文件
Web.config文件是一个XML文本文件,它用来储存 ASP.NET Web 应用程序的配置信息(如最常用的设置ASP.NET Web 应用程序的身份验证方式),它可以出现在应用程序的每一个目录中。当你通过VB.NET新建一个Web应用程序后,默认情况下会在根目录自动创建一个默认的
Web.config文件,包括默认的配置设置 ......

asp.net学习步骤


第一步 掌握一门。NET面向对象语言,C#或VB.NET 我强烈反对在没系统学过一门面向对象(OO)语言的前提下去学ASP.NET。 ASP.NET是一个全面向对象的技术,不懂OO,那绝对学不下去!
第二步 对。NET Framework类库有一定的了解 可以通过开发Windows Form应用程序来学习。NET Framework。ASP.NET是建构在。NET Framework之 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号