SBA-CDeCinko 0 Light Poster

I have a gridview inside an update panel. I juse the following line to select the entire row to display a detail page. I need the web page to scroll back to the top after clicking the gridview row. So far, I am unable to find a place to add that javascript.

e.Row.Attributes["onclick"] = Page.ClientScript.GetPostBackClientHyperlink(this.lawyerResults_GridView, "Select$" + e.Row.RowIndex);