Hi all, I am trying to add a click event handler for an HTML anchor tag in the Codebehind page. I understand that controls are added in the Page_Init phase, at least that's what I read. So I have just one question, where is the Page_Init() method, I only
see Page_Load() method added automatically when a page is created. Thanks in advance.
Go to the complete details ...