How to access textbox which is under user defined control??
i have made a control which contain some textboxes and comboboxes.
i want to fill these textbox on the button click event which is on the form1.
when i want to write the code under this button then the textboxes & comboboxes not accessible.
how can i access these textboxes?
please help me.