locked
How to disable Date's in Calendar Control RRS feed

  • Question

  • User1046245955 posted

    How to disable Date's in Calendar Control? 

    for example: disable the date from May 1-10, 2018

    <asp:TextBox ID="date" runat="server" AutoPostBack="true" CssClass="form-control" placeholder="Date" Width="20%" OnTextChanged="date_TextChanged"></asp:TextBox>
    <asp:CalendarExtender ID="c_date" runat="server" Format="dd-MMM-yyyy" TargetControlID="date">
    </asp:CalendarExtender>

    Tuesday, April 24, 2018 10:53 AM

All replies