C
Chuck Traywick
I have a web user control that contains a textbox.
It is laid out with a grid control.
The grid control is then used on the main web form.
How do you programatically access say
textbox1 which is on webusercontrol1
from inside of webform1?
Thanks
Chuck
It is laid out with a grid control.
The grid control is then used on the main web form.
How do you programatically access say
textbox1 which is on webusercontrol1
from inside of webform1?
Thanks
Chuck