I am creating a mobile website using asp.net and sqlserver . The development is over..
Now i want to do some validations. i tried asp.net validation controls and javascript validation controls but both are not working in the mobile browser .
How to do validation for mobile websites. please tellme the other possible solutions
For the most part - validation will be accomplished the same way indifferent to your target environment. Have you taken a look at the
ASP.NET Controls for Mobile Pages, that might provide you in the right direction.
Most recent versions of .NET include built-in validation handling, and if you are using jQuery or another similar library there exists an abundance of plug-ins available to suit your needs. (Available jQuery
Validation Plug-Ins)
jesunathan
Member
31 Points
51 Posts
How to do validation for mobile websites javascript & asp.net validation controls are not working...
Apr 11, 2012 05:32 PM|LINK
HI every one
I am creating a mobile website using asp.net and sqlserver . The development is over..
Now i want to do some validations. i tried asp.net validation controls and javascript validation controls but both are not working in the mobile browser .
How to do validation for mobile websites. please tellme the other possible solutions
avinash_bhud...
Contributor
2881 Points
517 Posts
Re: How to do validation for mobile websites javascript & asp.net validation controls are not wor...
Apr 11, 2012 05:43 PM|LINK
Refer the link
http://www.w3schools.com/dotnetmobile/mobile_validation.asp
You could also try Jquery Validation Plugin.
http://docs.jquery.com/Plugins/Validation
Rion William...
All-Star
31972 Points
5191 Posts
Re: How to do validation for mobile websites javascript & asp.net validation controls are not wor...
Apr 11, 2012 05:43 PM|LINK
For the most part - validation will be accomplished the same way indifferent to your target environment. Have you taken a look at the ASP.NET Controls for Mobile Pages, that might provide you in the right direction.
Most recent versions of .NET include built-in validation handling, and if you are using jQuery or another similar library there exists an abundance of plug-ins available to suit your needs. (Available jQuery Validation Plug-Ins)
If you are using MVC - the walkthrough "ASP.NET MVC3 Validation Walkthrough" might also be of some help.
giop
Member
378 Points
81 Posts
Re: How to do validation for mobile websites javascript & asp.net validation controls are not wor...
Apr 11, 2012 07:17 PM|LINK
How you mobile website is developped ? you have maximised client side developpement ?
Wich server technology are you using ?
MVC2+, and Webforms, have server validation, and client side validation available, and it works fine on mobile.
Please Mark as Answer if it helps :)
jesunathan
Member
31 Points
51 Posts
Re: How to do validation for mobile websites javascript & asp.net validation controls are not wor...
Apr 12, 2012 06:51 AM|LINK
I developed in vs2005 with sql 2005
Using the mobile website templet in the vs2005