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?
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" %>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.