On my web page I have 1 tab container with 4 tabs. On tab 4 is another tab container. When I start the site I get an error
Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
It is coming from
_setFocus: function (obj) {
$get("__tab_" + obj.get_element().id).focus();
},
which is dyamically generated (as best I can tell). I downloaded the 4.1.60623.0 version of the toolkit. Copied the AjaxControlToolkit.dll to the bin directory of my site. But I'm still getting the error. I'm not sure how to upgrade the controls on the page. Please help.
Thanks
Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
It is coming from
_setFocus: function (obj) {
$get("__tab_" + obj.get_element().id).focus();
},
which is dyamically generated (as best I can tell). I downloaded the 4.1.60623.0 version of the toolkit. Copied the AjaxControlToolkit.dll to the bin directory of my site. But I'm still getting the error. I'm not sure how to upgrade the controls on the page. Please help.
Thanks