how to show msgbox for textbox radiobuttonlist and dropdownlist validation in asp.net web form using jquery
<table class="auto-style">
<tr>
<td aria-orientation="vertical">
Zonal
</td>
<td>
<asp:TextBox ID="txtzonal" runat="server" AutoCompleteType="Disabled" Width="180px"></asp:TextBox>
<br />
</td>
<td aria-orientation="vertical">
Name
</td>
<td>
<asp:TextBox ID="txtname" runat="server" AutoCompleteType="Disabled" Width="180px"></asp:TextBox>
<br />
</td>
<td>
User Name
</td>
<td>
<asp:TextBox ID="txtusername" runat="server" AutoCompleteType="Disabled" Width="180px"></asp:TextBox>
<br />
</td>
</tr>
<tr>
<td>
Password
</td>
<td>
<asp:TextBox ID="txtpassword" runat="server" AutoCompleteType="Disabled" Width="180px"></asp:TextBox>
<br />
</td>
</tr>
</table>