Theo Posted September 12, 2006 Posted September 12, 2006 Hi all, How can I set the focus to a listbox? In the current situation, the listbox loses focus when one triggers the SelectedIndexChanged event. Thanks, Theo Quote
Theo Posted September 12, 2006 Author Posted September 12, 2006 I already managed to achieve it by using a JavaScript function function SetFormFocus() { document.forms[0].listbox1.focus(); } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.