I don't understand what the issue is, but when ever I run this: ----- DateTime dt = DateTime.Now; lblTime.Text += Convert.ToString(dt); lblTime.Text shows nothing! ----- When I run it on LocalHost, it works as you would expect. Am I missing something??