Hi
I have a requirement like need multiple update panel in web page and also i want to load only one (targeted one) update panel content when I click button on another update panel. Can anyone explain me how to achive this requirement.
thanks
Let me try on my development system....thanks
You need to set the following properties for all updatepanels
1. UpdateMode
2. ChildrenAsTriggers
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="false" > </asp:UpdatePanel>