2
Reply

Get Last modified Date

Pothi Sam

Pothi Sam

May 4 2017 12:52 AM
230
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)