Click here to Skip to main content
15,918,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is validation ?
what is server side validation and client side validation ?
Is there any other validation apart from these ?
Is there any database validation ?
Is there any session validation ?

Sombody please help me i am totally confused in this.
Posted

Have a look at server side controls -
http://www.w3schools.com/aspnet/aspnet_refvalidationcontrols.asp[^]
http://msdn.microsoft.com/en-us/library/bwd43d0x[^]

Client side can be done in a scripting language like JQuery or Javascript.
You can use third party or build your own client side validation.
 
Share this answer
 
What is validation ?
Validation Wiki[^]

what is server side validation and client side validation ?
difference-between-server-side-validation-and-client-side-validation/[^]
client-side-validation-vs-server-side-validation.aspx[^]

Is there any other validation apart from these ?
It Depends on the scenario, Most of the validations will be covered under Server/Client

Is there any database validation ?
Yes, lot of validation ( depends on your requirement , for eg: check the user name in the table before creating with the same name, like that..............)

Is there any session validation ?
Yes
eg: check for a particular key in the session

note: You can Google for detailed Info on the above topics :)
 
Share this answer
 
Comments
Alok.singh1166 19-Jan-14 2:26am    
Actuly i was confused thats why i posted here .

Thank you :)
Karthik_Mahalingam 19-Jan-14 2:28am    
Its ok thank you :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900