CalenderExtender Control

Last post 02-13-2008 1:13 PM by pankaj.mittal. 1 replies.

Sort Posts:

  • CalenderExtender Control

    05-30-2007, 2:28 PM
    • Member
      11 point Member
    • Terry Reardon
    • Member since 05-16-2007, 1:45 PM
    • Posts 3

    Hi I have a text box on a page, tied to a CalendarExtender and a MaskEditExtender.  When the date of birth is selected from the calendar it goes in the text box and the next second the date disappears.   The same thing happens on a FormView in which text boxes that are populated with dates from a database, in this case the dates are wiped out and nothing is there anymore.  The funny this is that, it works on my machine ASP.Net Development Server, "we all heard that before". 

    When I have someone browse to my machine from their machine this behaviour happens.  Any Ideas?  What am I missing here? It works fine locally where I'm developing,  but not when another machine logs into my web app when its running.  I'm at a loss here and can't even debug it because no errors are happening.

     

    <asp:TextBox ID="DOB" runat="server" Width="100px" AutoPostBack="True" OnTextChanged="DOB_TextChanged" ></asp:TextBox></td>

    <cc1:MaskedEditValidator ID="MEV_TxtDOB" ControlToValidate="DOB" runat="server" ValidationGroup="NewRecordValGroup" ControlExtender="MXTDOB" ToolTip="Please enter Date of Birth in the format: YYYY.MM.DD" TooltipMessage="Please enter YYYY.MM.DD"Font-Bold="True" Font-Italic="False"Font-Names="Arial" Font-Size="X-Small"Font-Underline="True"Width="233px" BackColor="Transparent"></cc1:MaskedEditValidator>

    <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID = "DOB" Format="yyyy.MM.dd" > </cc1:CalendarExtender>

    <cc1:MaskedEditExtender ID="MXTDOB" TargetControlID = "DOB" Mask ="9999.99.99" MaskType="Date" InputDirection ="lefttoright"       MessageValidatorTip="true"runat="server"> </cc1:MaskedEditExtender>

    TJR
  • Re: CalenderExtender Control

    02-13-2008, 1:13 PM
    • Member
      2 point Member
    • pankaj.mittal
    • Member since 02-13-2008, 12:54 PM
    • Posts 1

     Hi guys,

    I am new to AJAX. I have also implemented this but i have one problem regarding that. Can anyone sort it out. The problem is when i click on the image button, calender appears but it appears backside to other controls. I have used this in my application no. of times. In some pages it is working in front side of other controls but in some pages it is not. Please tell me if anybody know about this problem, it's urgent.

    thanks in advance

Page 1 of 1 (2 items)