Multiple choice Which of the following is known as 'OnDisposed' event in Asp .NET page? This event is fired when the button is released from memory. This subroutine will run when the control is unloaded from memory. This attribute is called for the Click event, which occurs when the user clicks the button. When the button is initialised, any subroutine given in this attribute will be called. Options 1 and 4 Reveal answer Fill a bubble to check yourself A Correct answer Explanation The subroutine specified by this attribute is executed when the button is released from memory.