Click here to Skip to main content
15,909,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I want to use client side validation without javascript ?
I dont have any other idea..
Please Help me..
Posted
Comments
Ankur\m/ 22-Jun-11 2:30am    
Why do you not want to use JavaScript? I am asking this because the reasons you have considered for not using it may be incorrect.
Sandeep Mewara 22-Jun-11 16:25pm    
Elaborate 'client side validation without Javascript"! What is that?

You may have to create your page in Silverlight or Flash. That's the only option I can think of. But why do you not want to use JavaScript?
 
Share this answer
 
Why u don't want to use Javascript ? Scripting languages are made for Client side validations.
U may use VBScript or Validation controls given by ASP.NET.
 
Share this answer
 
Use Silverlight, Flex, Flash. I think this will help you to do Client Side validation without JavaScript

Or try using HTML 5 that might help you for basic validation.
 
Share this answer
 
Comments
Ankur\m/ 22-Jun-11 2:59am    
HTML 5 has to be supported by a browser. Most browsers used currently do not have a very high HTML 5 supportability.
[no name] 22-Jun-11 4:44am    
Firefox 3.5+, Opera 10.5+, Chrome 10.0, Safari 4.0, IE 9 supports HTML 5
Java script is the best way for client side validation. if your application is dotnet framework you may use Asp.net validation control like RequiredFieldValidator, CustomValidator, RangeValidator etc. or you can use server side language like VB or C#.
 
Share this answer
 
v2
HTML itself allows for a very little bit of validation (the maxlength of the input forms, which is not much, as a validation).
Which means you need "more", to do real/useful validation on the client side... , if you want something that works in almost every browser, that's accessible, that doesn't annoy the user, ...

Beyond that though, Javascript is really the only real client-side option.
 
Share this answer
 

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