Click here to Skip to main content
15,887,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<igtab:Tab Key="K2" Text="Section K2" >
                                                        <ContentTemplate>
                                                        <asp:UpdatePanel ID="updatepanel2" runat="server" OnLoad="UpdatePanel2_Load" UpdateMode="Conditional">
                                                        <ContentTemplate>
                                                        <uc1:usrNfBasic5 id="UsrNfBasic5" runat="server"></uc1:usrNfBasic5>
                                                            </ContentTemplate>
                                                            </asp:UpdatePanel>
                                                    </ContentTemplate>
                                                        <Style BackColor="Transparent">
                                                        </Style>
                                                    </igtab:Tab>





i have use this above code ..i want without using any button event to load that update panel only. not load for whole aspx page..that tab only i need to postback..

<uc1:usrnfbasic5 xmlns:uc1="#unknown"> is a tag for user control registerd used here
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900