In my webform I have a repeater control. I have a button to open pop Up also. This pop up contains all records which are coming up in the parent window. On selecting the record I have to move the scrollbar of parent window for the location of the record.
Any Suggestion?
Below is the code to move the scrollbar in two cases.
Repeater in div
repeater.item[0].focus();