Reputation: 315
I want to focus scroll position to editable row, but i need solution which could be used only in ascx page.
Upvotes: 0
Views: 227
Reputation: 1386
Hey Try This it may help you
<pages maintainScrollPositionOnPostBack="true" />
for more details Link
Upvotes: 1