Hello,
I am facing problem with event handling.
Most elementary used to be …………. “Click any where on the Form “
But the problem is , that with VB.NET , the Page_Load , form1_Load , MyBase_Load , Me_Load ……………………. None of these events has an Onclick event . Every thing has to be handled through a button_Click event.
I an interested , that single click , directly on the home page , which is an JPG image , may direct me to another page of the site , ( say Login ) .
Please help me with this event handling problem , or suggest some alternative for redirecting without a link button.
Thanks.
Abdul Hayee.