I am trying to set the focus in a TextBox on a TabContainer TabPanel when page opens. I have tried several ways, including below with no luck. Help is appreciated.
Dim tx As TextBox = TabContainer1.Tabs(0).FindControl("txtRONumber") tx.Focus()
I am trying to set the focus in a TextBox on a TabContainer TabPanel when page opens. I have tried several ways, including below with no luck. Help is appreciated.
Dim tx As TextBox = TabContainer1.Tabs(0).FindControl("txtRONumber") tx.Focus()