this.SetFocus(Control) //with AJAX
Hi all, didn't found much AJAX-post on this forum but still, if someone could help me it would be great.
I'm extending my existing website to an AJAX enabled website. I've downloaded and installed evrything. And change the web.config to enable AJAX.
Everything with and without AJAX works fine except:
this.SetFocus(Control)
The control is moved in a panel. Before that it worked as excepted with this.SetFocus(Control) in the Page_Load(...) Method.
Now the control is moved in a standard ASP.NET panel with an AJAX RoundCornerExtend, I'm no longer able to set it's focus.
Thx for all help!
|