Set Focus to textbox on button submit

Hi
Is it possible to clear a textbox on button submit and then set focus to the textbox
Thanks
Brian

Hi Brian,

In my opinion this is not possible since the submit will reload the page completely. Maybe you can try to set a property to indicate that submit button is clicked and use this property on page load to set focus to the TextBox using JavaScript interop. Honestly not sure if this will work.

Best Regards,
Vladimir