Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 29th, 2014, 02:44 PM
Friend of Wrox
 
Join Date: Mar 2011
Posts: 126
Thanks: 39
Thanked 2 Times in 2 Posts
Default Ch.11 - Jquery and Plugins

Hi Imar,

I was trying to practice using the JQuery plugins a bit more. I used the watermark plugin for the contact us form in the login form and it works great!

I was trying to find some validation plugins to use for the Contact Us form. I found one that looked interesting, the JQuery Validation Engine plugin (jquery.validationEngine.js).

Would I have to remove the validation controls (for ex. the RequiredFieldValidator, CustomValidator) from the Contact Us form first to use the this plugin (or any other validation plugin)? I'm not sure what the correct way to do this is since these validation controls take care of server and client side validation?

Thanks,
Tulsi
 
Old November 3rd, 2014, 03:30 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

You shouldn't remove the controls since you still want the validation to take place at the server. Instead, set EnableClientScript to false so the controls run on the server only.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
Tulsi (November 4th, 2014)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Ch 11 jQuery unobtrusive javascript stopped the ShowMessageBox AlanWheeler BOOK: Beginning ASP.NET 4.5 : in C# and VB 9 March 6th, 2014 07:19 AM
Ch 11 jQuery animating the Contact Form Try it Out AlanWheeler BOOK: Beginning ASP.NET 4.5 : in C# and VB 1 January 28th, 2014 03:38 PM
Ch 11 jQuery install - packages.config error AlanWheeler BOOK: Beginning ASP.NET 4.5 : in C# and VB 1 January 28th, 2014 11:55 AM
Problem with jquery ch 11 nzg5 BOOK: Beginning ASP.NET 4 : in C# and VB 16 February 25th, 2012 10:49 PM
Problem with jquery ch 11 nzg5 BOOK: Beginning ASP.NET 4 : in C# and VB 1 October 4th, 2010 11:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.