If you post your code it may be easier for us to help you. Also, make sure
all the attributes of your UpdatePanel are set to the desired values.
--
Nathan Sokalski
http://www.nathansokalski.com/
"MU" <> wrote in message
news:692598de-94cd-431f-b795-...
>I have an UpdatePanel on my web form and inside the ContentTemplate, I
> have a button that will process the data that the user has entered
> into the textboxes, etc.
>
> When the button is in the UpdatePanel's ContentTemplate, the Click
> event doesn't fire.
>
> When I take it out of the ContentTemplate and add it right after the
> UpdatePanel, the Click event works. Is there a way for me to have
> that button in the ContentTemplate or do I have to keep it outside to
> have my code executed?
>
> Thanks