I have a textbox (along with a "submit" command-button and a couple other controls) in a UserControl which, in turn, sits on a form.
I am trying to give the textbox Focus when the UserControl loads. In the constructor of the UserControl, I do a [tt]txtFilter.Focus()[/tt] but it doesn't work. (In case it matters, I can't really tell where the Focus actually is.) The user of my application must still manually go and click on the textbox to enter text there.
Also, I want the "submit" button to be able to be "clicked" by pressing the Enter button after the user's entered text into the textbox.
How do I do these two things, please?
Thanks!
Dot
I am trying to give the textbox Focus when the UserControl loads. In the constructor of the UserControl, I do a [tt]txtFilter.Focus()[/tt] but it doesn't work. (In case it matters, I can't really tell where the Focus actually is.) The user of my application must still manually go and click on the textbox to enter text there.
Also, I want the "submit" button to be able to be "clicked" by pressing the Enter button after the user's entered text into the textbox.
How do I do these two things, please?
Thanks!
Dot