Yeah, I am aware of that.
The control, which is a textbox, does not give me an option to access the text contained therein. I get "object requried" error when trying to access the "text" property
txtmycontrol.Text
generates the error.
when referencing only the control name, as you...