I have two updatePanels
- UpdatePanel1 contains a button
- UpdatePanel2 is inside a Multiview View1:
.
<Multiview>
<View1>
<UpdatePanel2>
</UpdatePanel2>
</View1>
</Multiview>
Multiview ActiveIndex is set to -1.
Now I have attached an AsyncPostBackTrigger on UpdatePanel2 which is associated with the button click.
I want to show View1 when I click the button in UpdatePanel1.