ASP Timestamp
Timestamp code for codebehind is:
on Page_Load
TimeStampLabel.Text = DateTime.Now.ToString();
and just add a TimestampLabel on your aspx page
Timestamp code for codebehind is:
on Page_Load
TimeStampLabel.Text = DateTime.Now.ToString();
and just add a TimestampLabel on your aspx page