There is nested listviews and I want to register a button in the second listview to scriptmanager for updateing the updatepanel inside the masterpage?
Share
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 its a single button you can attach it in the codebehind use ListView.FindControl otherwise, if its a list of buttons you may want to wrap your listview in a seperate update panel, then on the itemcommand event on the ListView manuall call Update() on the original UpdatePanel