Reg focus problem in user control
-
:)I have user control, which has been developed using ASCX page. I have used one tag and some table tags inside the tag (I am not using any HTML input controls.) And I have registered above user control in test page where I have HTML input controls along with this. And the controls order goes like this textbox, usercontrol,select box…etc My question is: Is it possible to get the focus to this user control using tab key in the keyboard like focus on button or image? and is it possible to get onBlur,onFocus events for this user control? Thanks Praveen
-
:)I have user control, which has been developed using ASCX page. I have used one tag and some table tags inside the tag (I am not using any HTML input controls.) And I have registered above user control in test page where I have HTML input controls along with this. And the controls order goes like this textbox, usercontrol,select box…etc My question is: Is it possible to get the focus to this user control using tab key in the keyboard like focus on button or image? and is it possible to get onBlur,onFocus events for this user control? Thanks Praveen
focusing non-input controls doesn't really make much sense for web forms. If your user control doesn't contain any input controls, what do you expect the focusing to _do_?
-
focusing non-input controls doesn't really make much sense for web forms. If your user control doesn't contain any input controls, what do you expect the focusing to _do_?