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"
 
><span id="myCustomer" class="error">Customer Name is required</span></
asp:RequiredFieldValidator>
                                                                </td>
                                                            </tr>
                                                        </table>

Also is it possible to show the same message in a popup window and if
the text entered the popup will be disappear.Please help me to sort
out this error.

Reply via email to