Pothi Sam

Pothi Sam

  • NA
  • 41
  • 10.7k

Get Last modified Date

May 4 2017 12:52 AM
Get Aspx file last modified date and Time .i Just use code 
System.IO.FileInfo loFile = new System.IO.FileInfo(Server.MapPath(Request.Url.AbsolutePath));
loLastModified = loFile.LastWriteTime;
 i  Get Time only Plz help me  

Answers (2)