Ajax user control event

prizren

New member
Joined
Jun 23, 2009
Messages
4
Programming Experience
Beginner
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.
 
Back
Top