tags:

views:

16

answers:

1

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.

+1  A: 

I think this article discusses is the problem you're describing:

http://aspalliance.com/110

TimS