views:

161

answers:

1

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

A: 

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

bendewey