anchor tag

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a aspx page that performs a search and returns results. When I return
the results I want to position the top of the window at the top of the search
results, not at the top of the page. How do I do this in C# in the code
behind file?
 
This would be a job for JavaScript. Have the server inject the necessary
code to make the window scroll when it is rendered.
 
Back
Top