I have developed a 90,000 lines of code C# application, with ASP.NET front end code and MS SQL Server database tables. When I select any choice from the dropdown lists and click search, it searches the database and binds the results to the front end in a grid view.
The code works perfectly, however after the data binding there is only one problem and that is that it returns to the top of the page again and it is inconvenient for the user as they must scroll back down again. I am sure many of you have had this problem when you were beginners like me. It actually goes back to the top after every single data bind from any dropdown list and this makes it very inconvenient to use. Can anyone help me with this?