Avatar of jknj72
jknj72

asked on 

ASP.NET Focus not working in IE 11

When I load a page I am setting focus on a text box for searching. Everything works fine just by setting txtName.Focus() but not in IE 11.
I tried a few different things(below) but to no avail.
Can anyone help me out with this?

Thanks
JK

I tried this but its not working in IE 11
document.GetElementByID('txtName').Focus()
ASP.NETVisual Basic.NETJavaScript

Avatar of undefined
Last Comment
jknj72

8/22/2022 - Mon