Client side validations
Hello,
i have one form to accept userid and password. After clicking the button, first perform client validations. If success perform the database checkup. How can i do this.
Which controls should i use
<input type="text" id="txtUID" runat="server" />
or
<asp:textbox id="txtuid" runat="server" />
What is the difference b/w these two. When to use input and asp:
I am just learning dotNET
Thanx in advance
|