Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label validations. Show all posts
Showing posts with label validations. Show all posts

Asp.Net MVC Html Helper Password Field (@Html.Password) with Example

Dec 6, 2016 5 comments
Introduction

Here I will explain how to use html helper password textbox field in
asp.net mvc with example or @Html.passwordfor in asp.net mvc for textbox field with example or asp.net mvc create password textbox using html helper @Html.Passwordfor field with example or asp.net mvc html helper password field example. In asp.net mvc by using html helper properties @Html.Password or @Html.Passwordfor we can easily create password textbox field without using DataAnnotations Password property.

Asp.Net MVC Model Validations using Data Annotations Example

Nov 23, 2016 2 comments
Introduction

Here I will explain how to implement model validations using data annotations in
asp.net mvc with example or add validation to model in asp.net mvc with examples or asp.net mvc validate model properties / attributes using data annotations with example or asp.net mvc model validation to allow only alphabets in textbox with example. In asp.net mvc we can easily implement validation on model properties by using DataAnnotations properties.

Asp.Net MVC Validation Compare Passwords Example

Nov 22, 2016 1 comments
Introduction

Here I will explain how to implement compare validator in
asp.net mvc using DataAnnotations with example or asp.net mvc validation to compare two properties with examples or validation to compare passwords in asp.net mvc with example or Compare properties in model using DataAnnotations in asp.net mvc with example. In asp.net mvc we can easily implement compare validation on model properties by using DataAnnotations compare property.

Asp.Net MVC Custom Validations using Data Annotations with Example

Mar 22, 2016 0 comments
Introduction

Here we will learn custom validation using data annotation in
asp.net mvc with example or implement custom validation in asp.net mvc using data annotations with example or asp.net mvc custom validation with data annotations. Generally in asp.net mvc data annotations are used validate specific data without posting the entire form to remote server. By using data annotations in asp.net mvc we can implement our own custom validations.

Description:
  
In previous articles I explained asp.net mvc remote data validations example,
asp.net mvc data annotations with example, crud operations in asp.net mvc using ado.net with example, asp.net mvc scaffolding template with crud operations and many articles relating to asp.net mvc, asp.net, c#,vb.net. Now I will explain how to implement custom validations in asp.net mvc using data annotations with example.

Asp.Net MVC Remote Validation Implementation with Example

Mar 21, 2016 0 comments
Introduction

Here we will learn remote validation in
asp.net mvc with example or implement remote validation in asp.net mvc with example or asp.net mvc remote validation tutorial with example. Generally in asp.net mvc remote validations are used to validate specific data without posting the entire form to remote server.

Change Background Color of Invalid Controls When Validation Fails using Asp.net Validator

Sep 24, 2015 0 comments
Introduction

Here I will explain how to change background color of invalid controls when validation fails using
asp.net validators. By using custom validators in asp.net we can change background color of textbox controls when validation fails.

Description:
  
In previous articles I explained create read cookies in asp.net with example, jQuery send receive json objects from web service in asp.net,
Asp.net mvc project example with demo, show multiple markers in google map from database in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to change background color of invalid controls when validation fails using asp.net custom validators with example.

Get Validate Textbox Controls Inside Gridview using JavaScript in Asp.net

Dec 29, 2014 4 comments
Introduction

Here I will explain how to get or validate textbox controls inside of
asp.net gridview using JavaScript or validate asp.net gridview footer controls (textbox, dropdownlist, checkbox, radio button etc..) values in JavaScript.


To get or validate textbox controls inside of asp.net gridview using JavaScript we need to write the code like as shown below

Dropdownlist Validation using JavaScript in HTML, Asp.net

3 comments
Introduction

Here I will explain how to validate dropdownlist using
JavaScript in asp.net or html or dropdownlist validation using JavaScript in html or asp.net. To validate dropdownlist first we need to get selected value of dropdown based on that we can raise validation message.

jQuery Validation to Check Terms and Conditions Checkbox Checked or Not

Sep 30, 2014 1 comments
Introduction

Here I will explain how to implement
jQuery validation for terms and conditions checkbox checked / not or check terms and conditions checkbox selected or not using jQuery or restrict user to accept terms and conditions using jQuery.

Description:
  
In previous articles I explained jQuery check if checkbox is checked or not, jQuery change opacity of image on mouseover,
jQuery change image on mouseover, jQuery dropdown with images, jQuery show alert message while leaving from website, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check terms and conditions checkbox status selected or not using jQuery.

Regex to Allow Special Characters, Spaces and Alphanumeric in jQuery

Mar 5, 2014 8 comments
Introduction

Here I will explain 
JQuery regular expression to allow special characters, spaces and alphanumeric text or regular expression to allow special characters, spaces and alphanumeric characters in JQuery.

Description:
  
In previous articles I explained
jQuery regular expression to validate url without http(s), regular expression to validate phone number in jquery, regular expression to replace all special characters with spaces in c#, regex email validation in c# and many articles relating to validation, JQuery. Now I will explain regular expression to allow special characters and spaces.

jQuery Validate Registration Form Before Submit on Button Click

Oct 4, 2013 6 comments
Introduction

Here I will explain how to validate user registration form using jQuery on submit or jQuery validate form before submit on button click.
 
Description:

User Registration Form Validation in JavaScript Source Code

11 comments
Introduction

Here I will explain how to validate user registration form in JavaScript with source code or JavaScript user registration form validation.
 
Description:

In previous article I explained how to set watermark text for textbox using JavaScript, Remove duplicate values from string array in JavaScript, Disable drag and drop options in textbox or textarea controls, JavaScript show number of characters left in textbox and many articles relating to asp.net, jQuery, JavaScript. Now I will explain how to implement registration form validation in JavaScript source code.

Regular Expression(Regex) to Validate URL without http(s) in JavaScript

Sep 14, 2013 10 comments
Introduction

Here I will explain regular expression for validating website url with or without http in
JQuery, JavaScript or regex to validate website url with or without http(s)  in JQueryJavaScript

Description:
  
In previous articles I explained
validate email address using JQuery, how to disable or enable all the controls on page using JQuery , validate phone number using JQuery and many articles relating to JQuery, JavaScript. Now I will explain regular expression for validating url with or without http in JQuery, JavaScript.

jQuery - Allow Alphanumeric (Alphabets & Numbers) Characters in Textbox using JavaScript

Apr 22, 2013 10 comments
Introduction

Here I will show how to use JQuery to allow only alphanumeric characters in textbox or make textbox to allow only alphabets & numbers using JQuery.

Description:
  
In previous posts I explained jQuery allow alphabetic characters in textbox,  jQuery Allow only numbers in textbox, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to allow only alphanumeric characters in textbox using JQuery.

To allow only alphabets & numbers in textbox using JQuery we need to write the following code

jQuery - Allow Only Alphabets in Textbox using JavaScript

19 comments
Introduction

Here I will show how to use JQuery to allow only alphabets in textbox or how to make textbox to allow only alphabets using JQuery.

Description:
  
In previous posts I explained
jQuery Allow only numbers in textbox, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to allow only alphabets in textbox using JQuery.

To allow only alphabets in textbox using JQuery we need to write the following code

jQuery - Allow Only Numbers (Numerics) in Textbox using JavaScript

11 comments
Introduction

Here I will show how to use JQuery to allow only numbers in textbox or allow only numeric characters in textbox using JQuery.

Description:
  
In previous posts I explained jQuery Autocomplete textbox with images, jQuery lightbox slideshow, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example, Password strength jquery plugin examples and many articles relating to JQuery, Asp.net. Now I will explain how to allow only numbers in textbox using JQuery.

To restrict user to enter only numbers in textbox we need to write the following code
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.