vote up 0 vote down star

There is nested listviews and I want to register a button in the second listview to scriptmanager for updateing the updatepanel inside the masterpage?

flag

73% accept rate

1 Answer

vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.