hello,
I have this textbox for date selection, i want to lock previous and same day date selection disable.
<asp:TextBox ID="txtdate" TextMode="Date" placeholder="Date When the Job is Required" runat="server"></asp:TextBox>
Hi nauna,
You will need to set the minimum date using the min attribute.
Refer below link.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.