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 Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted May 4, 2017, 1:56 AM
Rajeesh MenothPosted May 4, 2017, 12:56 AM