My ascx control inside a container update panel does a full page refresh when one of the controls inside it is clicked.
Has anyone faced this behavior before?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the control is inside the update panel then this is how it should work. When an event is fired inside the update control it is supposed to refresh. Now if you had an update panel inside the control and the button being clicked were in the update panel and the whole control was refreshing then this would be odd behavior!
Try putting an additional update panel in the control and then manually set the events for what is to cause which update panel to actually update. This will give you more control!