Click here to Skip to main content
15,868,164 members
Please Sign up or sign in to vote.
1.22/5 (2 votes)
hi all,

i want to show last build date in my application's header. how can i do this?

any code or link?

thanks,
kk
Posted

The most reliable method turns out to be retrieving the linker timestamp from the PE header embedded in the executable file -- some C# code (by Joe Spivey) for that from the comments to Jeff's article:
http://www.codinghorror.com/blog/2005/04/determining-build-date-the-hard-way.html[^]

Please look here:
http://stackoverflow.com/questions/1600962/displaying-the-build-date[^]
http://stackoverflow.com/questions/324245/asp-net-show-application-build-date-info-at-the-bottom-of-the-screen[^]
http://stackoverflow.com/questions/1168279/asp-net-version-build-number[^]

I hope this could help you
 
Share this answer
 
Hi Friend,

Can u please refer the below link.

Getting a user's last login date -- Before it's updated by the ASP.NET framework![^]

It may be help You.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900