object-required

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...

Runtime Error 424 Object Required

Hey so I get this error in this code: Private Sub Request_Stuff_button_Click() Call Main.createObjects Call My_Control.requestStuff End Sub at the 'Call My_Control.requestStuff' line. The 'Main' module looks like this: Public My_Control As ControlObject Public Sub createObjects() If My_Control Is Nothing Then S...