[jQuery] Vallidation Problem
Hai,
I am using Jquery for checking textboxes is entered or
not.If the text entered is correct then i want to show a message
success using jquery.How is it possible.
I will attach the code below:
<table class="style8" id="myTable">
<tr>
<td
class="style11">
<dxe:ASPxTextBox ID="tbCustomerName" CssClass="large required email"
runat="server" Width="170px">
</
dxe:ASPxTextBox>
</td>
<td>
<asp:RequiredFieldValidator ID="rfvCustomerName" runat="server"
Display="Dynamic"
ControlToValidate="tbCustomerName" ErrorMessage="Customer Name is
required"