Hi,
just guessing, are you trying to write the current datetime at the textbox
MyTextBox?
in that case, did you try...
MyTextBox.Tex = DateTime.Now.ToString()
The error you're getting it's because it assumes that Now is a variable and
tries to find it to take its value.

Signature
SorCereSs
MCTS: NET Framework 2.0 - Web-Based Client Development
MCPD: Web Developer
Microsoft Student Partner - Paraguay
Bobby Edward - 06 Mar 2008 02:00 GMT
Thanks. I'll give that a try...
> Hi,
> just guessing, are you trying to write the current datetime at the textbox
[quoted text clipped - 4 lines]
> The error you're getting it's because it assumes that Now is a variable
> and tries to find it to take its value.