Hi,
I have 2 textboxes with calender extenders binded. One is the start date.. Once user selects the start date the same date should not be selected for end date.. How can i restrict user?
Sir,
dd/MM/yyyy
this is how it is displayed after i select from calender extender
in the @Page set Culture = "en-GB" for dd/MM/yyyy
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CS.aspx.cs" Inherits="CS" Culture = "en-GB" %>
What will that do?
By default the format of date is mm/dd/yyyy hence changing culture will make it dd/mm/yyyy
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.