Hi,
I have below code in vb.net.
<tr>
<td align="right">
<b>Course Date:</b>
</td>
<td>
<asp:TextBox ID="CourseTimeTextBox" runat="server" Text='<%# Bind("CourseDT") %>' />
</td>
</tr>
I want to check at client end whether the entered date in text box is future date. I mean this textbox should allow future date only.
Please provide the code the above problem using jquery or vb.net