asp.net - How to remove focus from a textbox in C# -


i have aspx page. default, when page loads focus on first textbox. want remove focus nothing. developing website mobile device.

we have come nothing conclusion due cross browser restrictions faced ie.

page.focus(); in init not working , don't want set focus anything.

this information have. hope sufficient possible resolution.

i appreciate feedback , time spend on query...

an alternative can create hidden control , move focus control


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -