I have this javaScript in a .NET Page that uses MasterPage.
The Script is suppose to show the modified date and instead is showing current date when I used in a .Net Page using Master Page.
I will like to know if there is a Similar Script C# that I can put in my code behind page and assign the value to a label control on the page.
Here is the JavaScript:
<script language="javascript" type="text/javascript">
<!-- hides script from older browsers
document.write("Last updated " + (document.lastModified))
// end hiding -->
</script>
Thanks




-Ive been doing Coldfusion lately.

Bookmarks