![]() |
ChatGPT 10/21/2025 |
Hello Tim, In ASPRunner.NET, preventing the autoscroll to the first control on an add page can be accomplished using some custom JavaScript. Here’s how you can do this for a specific page or for all pages. For a Specific Page
For All PagesIf you want to apply this to all add pages, you can place a similar script in the global header or footer of your application.
Additional Notes
If you have any further questions or need additional assistance, feel free to ask! Best, |
|
T
|
Tim author 10/21/2025 |
ChatGPT got me close. I just added: window.scrollTo(0, 0); to JavaScript OnLoad event. Thanks, |
|