Wednesday, 18 January 2017

Tuesday, 17 January 2017

Jquery Validation

12:06 Posted by Nikesh No comments
Hi, Today we practice on validation from beginner to advanced. First we will grab js file required files jquery.js and jquery.validate.min.js Jquery has validate function where we can write rule for our controls and gives properties to validate and in case if it not validate we can write error messages. lets create a basic validation code in jquery.       <form name="validationform"...

Tuesday, 10 January 2017

Custom Search And Filters For Asp.net websites

Our Aim is to create a feature which can search multiple brand, multiple colors type products. For this we first need to create form which contain multiple checboxes to filter, even you can also show checkbox of brand available from database. But in this post i am normally going to show you how normally...