I am using vb.net, I have a user contol in a page, this user control creating table rows with textbox and button dynamically and adding button event dynamically. This adding function is calling the user control page_load event.
My problem is the button event is not fireing in first time page load. but it is fired in second time page.