Visual Studio 2022 ASP.NET : how to set the cursor position in a TextBox when it has focus?
I'm using Visual Studio 2022 and an ASP.NET webforms app. I have a textbox linked to a ajaxToolkit:MaskedEditExtender. If the user tabs from the previous control to the Text Box, and the textbox is empty, then the cursor is positioned…