Hi there,
I follow the example ASP.NET GridView in scrollable DIV: Show selected row on click on your website
And I'm getting error in line document.getElementById('MainContent_grid1Div').scrollTop = strPos;
JavaScript runtime error: Unable to set property 'scrollTop' of undefined or null reference
I'm using asp.net on VS2010 I placed the script in <asp:Content> section there is no runat=server
My asp.net (vb) page has site.master
When I click ignore it continue to do the job (basically is long list gridview inside div pick the clientId into another view (I have multi views page) inside the page that show client activity
my question is how to get rid of this error message or fix this issue?