Hi there,
C# is case sensitive, so you shouldn't use time.text but time.Text with a capital T instead:
time.Text=DateTime.Now.ToString();
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|