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
Post a Comment