Hi
On a Page using a Web Tab that has 3 tabs and each tab is retrieving the same user control.UserControl has a text box "txtlength" couldn't retrieve or find this control from the page.
Thanks in Advance
I have a usercontrol that has has a text box ID txtLength , i was trying to retrieve that usercontrol control from the page.I finally figured it out
TextBox t1 = null;
t1 = (
);
Let me know if there is any better way to retrieve the information.
Thanks,
Satya
satyabhaskara, what do you mean with your last sentence? You could not retrieve the control with ID=txtlength from the page?