Quantcast
Channel: client side validation and server side validation in java script and asp.net respectively? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

client side validation and server side validation in java script and asp.net respectively?

$
0
0

hi all i want to know that can we validate a control which is out side a form element in asp.net(server side validation)and outside a form element in html(client side validation) let's take a closer look

<html><body><input type="text"  name="first name"/></body></html>

can we apply clien side validation on above text box by java script ?

in asp.net

<form runat="server"></form><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>

here i have written textbox after the form will it validate at server side ?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images