Olivier Jooris posted on februari 14, 2011 09:28

When using ASP.NET and AJAX the TextBox1.Setfocus() does not work anymore.
This will need to be replcaced by:
| ScriptManager1.SetFocus(TextBox2); |
When using DNN you can find the scriptmanager object like this:
| ScriptManager scriptManager = ScriptManager.GetCurrent(this.Page); |