Click here to Skip to main content
15,918,041 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<table width="500px" >
<tr>
<td>
 <asp:UpdatePanel ID="updatepanel3" runat="server">
                                <ContentTemplate>
<asp:Panel runat="server"  ID="Panel1">

    <asp:Button ID="btn1" runat="server"   Text ="show2"/>

    </asp:Panel>
    </ContentTemplate>
    </asp:UpdatePanel>

     <asp:UpdatePanel ID="updatepanel1" runat="server" >
                                <ContentTemplate>
<asp:Panel runat="server"  ID="Panel2">

    <asp:Button ID="btn2" runat="server"  Text ="show3"/>
     <asp:UpdatePanel ID="UpdatePanel10" runat="server" UpdateMode="Conditional">
                                                                                <ContentTemplate>
                                                                                    <asp:TextBox ID="txtDelDate" CssClass="textbox" runat="server" Width="100px"></asp:TextBox>
                                                                                    <cc1:MaskedEditExtender ID="MaskedEditExtender1" runat="server" CultureName="en-GB"
                                                                                        TargetControlID="txtDelDate" Mask="99/99/9999" MaskType="Date" AcceptNegative="None"
                                                                                        ClearTextOnInvalid="true" ErrorTooltipEnabled="true" OnFocusCssClass="MaskedEditFocus"
                                                                                        OnInvalidCssClass="MaskedEditError" MessageValidatorTip="true" DisplayMoney="Left">
                                                                                    </cc1:MaskedEditExtender>
                                                                                    <cc1:MaskedEditValidator ID="MV1" runat="server" ControlExtender="MaskedEditExtender1"
                                                                                        EmptyValueMessage="Please enter Date" InvalidValueMessage="Invalid Date" ControlToValidate="txtDelDate"
                                                                                        ValidationGroup="DtVal" Display="Dynamic" Font-Size="Smaller" TooltipMessage="DD/MM/YYYY"
                                                                                        EmptyValueBlurredText="Invalid Date" InvalidValueBlurredMessage="Invalid Date"
                                                                                        SetFocusOnError="true"></cc1:MaskedEditValidator>
                                                                                </ContentTemplate>
                                                                            </asp:UpdatePanel>
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>

<asp:UpdatePanel ID="updatepanel2" runat="server">
                                <ContentTemplate>
<asp:Panel runat="server"  ID="Panel3">
    <asp:Button ID="btn3" runat="server"  Text ="show1"/>
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>
</td>
</tr>
</table>
Posted
Comments
qadirv 12-Nov-11 7:29am    
why are you nesting panels and upadte panels ???
ONe update panel should be enough!!
[no name] 12-Nov-11 9:21am    
And what issue are you having?
abhi Jagtap 16-Jan-12 6:16am    
my date textbox not working properly in google crome
[no name] 16-Jan-12 7:13am    
If you want to be treated as a professional then act like one. "Not working properly"? Statements like this tell us nothing. Edit your question and fully describe the issue(s) you are having, say, specically, what works and what doesn't, and what you have tried.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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