Tech Boek

14

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);

 

Posted in: .NET

Post Rating

Comments

There are currently no comments, be the first to post one.

Post Comment

Naam (verplicht)

E-mail (verplicht)

Website

CAPTCHA Afbeelding
Enter the code shown above: