Thursday, December 15, 2011

How to get 'focus' to mobile web control in mobile web form in ASP.Net?

Page.SetFocus() is all you need for ASP.NET. Note that the ability to set focus depends upon the capabilities of the mobile browser. A lot of basic mobile browsers won't support javascript so you may not be able to pull this off as consistenly as you would on a desktop browser.

No comments:

Post a Comment