Archive

C# Code Example to Auto Update the Date Your Page was Modified

Here is a C# code example that will get the date that your webpage was last updated:

 
<p>Updated/Created:
<asp:Label ID="DateLabel" runat="server" Text="label" OnLoad="DateLabel_Load" />
</p>