problem with first test examples
hi every body,
can u explain for me why this happened to me?
at the first test example, i typed code like this
void Page_Load()
{
time.Text=DataTime.Now.ToString();
}
but when i press F5 to try , it annouced that
The type or namespace name 'DataTime' could not be found (are you missing a using directive or an assembly reference?)
what happen to me, can u help me?
thanks u alot
|