Hi,
I have a user control in an ajax updatepanel. The user control is added dynamically. I have a button on the user control. When I click on the button i do not get an event fired for the button_click.
By searching the internet I found out that since ajax is asynchronous, when the call comes back to the server, it does not know which control the event belongs to.
How do I go about connecting the event to the actual button click subroutine.
I have a user control in an ajax updatepanel. The user control is added dynamically. I have a button on the user control. When I click on the button i do not get an event fired for the button_click.
By searching the internet I found out that since ajax is asynchronous, when the call comes back to the server, it does not know which control the event belongs to.
How do I go about connecting the event to the actual button click subroutine.