Javascript Object Required error when scrolling page.
I have a page that uses the ModalPopupExtender. The popup can do some functions on it, and is kept open using ModalPopupExtender.Show() server-side. Whenever I do something other than closing the popup, I start getting javascript "object required" errors at line 2, but only when I try to scroll up and down the page. The popup is ope...