DotNetShoutout - Stories tagged with Validation
2
Shouts

Working with Ajax Calender Extender with dd/mm/yyyy Validation | Developers Code

posted by taanu51taanu51 478 days, 7 hours, 40 minutes ago
Tuesday, January 31, 2012 8:27:53 AM GMT
Hi friends,In this article i would like to explain "How to use Ajax calendar Extender in Asp.Net applications" .Here we are displaying date in dd/mm/yyyy Format.First we need to add AjaxControlToolkit to your Application.click here to know the procedure of adding Ajax Toolkit to your applications. Open the Default.aspx and select one Textbox from Toolbox and write the following code Next apply the Regular and Required Field validations for ** Now,the Date will be display in dd/mm/yyyy Forma... (more)
category: Web Dev | clicked: 29 | comment | | source: www.developerscode.com
tags: Validation, ASP .NET, Ajax, Calendar
4
Shouts

ASP.NET MVC Remote Validation For Multiple Fields With AdditionalFields Property

published 570 days, 19 hours, 26 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 577 days, 6 hours, 9 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Monday, October 24, 2011 9:58:41 AM GMT
This post shows the implementation of ASP.NET MVC Remote Validation for multiple fields with AdditionalFields property and we will validate the uniqueness of a product name under a chosen category. (more)
category: Web Dev | clicked: 70 | 1 comment | | source: tugberkugurlu.com
tags: Validation, remote validation, ASPNETMVC, jQuery, ASP.NET
2
Shouts

Validating UnityContainer configuration

posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 596 days, 10 hours, 28 minutes ago
Wednesday, October 05, 2011 5:39:59 AM GMT
In one of my recent projects I have reached the need to validate that I have all dependencies correctly registered in my UnityContainer. For those that are not familiar with Unity, it is a dependency injection container that allows constructor, property and method call dependency injection. You can get more information about how Unity works and also download the latest release from Codeplex: http://unity.codeplex.com... (more)
category: How To | clicked: 13 | comment | | source: byteflux.me
tags: Unity, IoC, Validation, Inversion of control, C#, TDD, Test, dependency injection, DI
4
Shouts

JQuery with webform input validation, ajax posting json to asp.net C

published 604 days, 31 minutes ago posted by jphellemonsjphellemons 605 days, 9 hours, 3 minutes ago
Tuesday, September 27, 2011 3:36:42 PM GMT Monday, September 26, 2011 7:04:40 AM GMT
This blog post is all about how to make a nice form and have client side validation with jQuery and the famous validation plugin. After validating the data, the form will be posted asynchronous to an Asp.Net C# Webservice/webmethod. While the post is being processed, a nice loading image will be displayed to notify the user of the progress. (more)
category: Web Dev | clicked: 26 | 5 comments | | source: www.jphellemons.nl
tags: Validation, webform, jQuery, ASP.NET, html5
2
Shouts

Validate integer value in java script - DotNetLogix

posted by DotNetLogixDotNetLogix 639 days, 2 hours, 44 minutes ago
Tuesday, August 23, 2011 1:23:45 PM GMT
Articles (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: java script, Validation
11
Shouts

Sharing validation code between a WPF client, a WCF Service and Entity Framework 4.1 using data annotations by Alex van Beek

published 727 days, 19 hours, 51 minutes ago posted by alexbalexb 730 days, 4 hours, 15 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Tuesday, May 24, 2011 11:52:21 AM GMT
Recently Entity Framework 4.1 was released. 4.1 contains a DBContext class, which is largely a wrapper around the ObjectContext class with a simplified API. Now you might think as I did: “But if I’m comfortable with the ObjectContext class and I don’t use code first, why in the world would I need a DbContext?”. The answer is pretty simple. The DbContext has a feature which simply isn’t supported by the ObjectContext: data validation with the attributes from the System.ComponentModel.DataAnnotations names... (more)
category: Web Dev | clicked: 25 | 4 comments | | source: blogs.infosupport.com
tags: Validation, Entity Framework 4.1, WPF, WCF
4
Shouts

Silverlight/WCF RIA Single Property Validation - Deborah's Developer MindScape

published 751 days, 3 hours, 21 minutes ago posted by StevesSteves 751 days, 20 hours, 51 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Monday, May 02, 2011 7:16:18 PM GMT
When you identify the validation scenarios for your application, you will find that some only require basic single property validation. Examples:Ensure that a first name is entered.Ensure that the first name is not longer than 20 charactersEnsure that the age is between 16 and 120.Ensure that the email address is valid. NOTE: This post is part of a se... (more)
category: Metro | clicked: 1 | 1 comment | | source: msmvps.com
tags: RIA, Validation, Silverlight, WCF
5
Shouts

Silverlight MVVM, RIA, and Validation - Deborah's Developer MindScape

published 750 days, 3 hours, 14 minutes ago posted by StevesSteves 751 days, 20 hours, 55 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 7:12:31 PM GMT
One of the biggest challenges of implementing validation in Silverlight is finding the appropriate technique based on your architecture and goals. There are lots of choices and lots of examples, but not all examples work in all scenarios. Plus many examples demonstrate techniques that are no longer necessary or valid in the current version of Silverlight or whe... (more)
category: Metro | clicked: 2 | 1 comment | | source: msmvps.com
tags: RIA, Validation, Silverlight MVVM
2
Shouts

How To Scroll To Validation Summary

published 755 days, 1 hour, 32 minutes ago posted by jebarson007jebarson007 756 days, 1 hour, 16 minutes ago
Friday, April 29, 2011 2:35:31 PM GMT Thursday, April 28, 2011 2:51:23 PM GMT
ASP.net by default calls the function window.scrollTo(0,0) after the validation failure from ASP.net validators but not always we have the validation summary control placed at the top. There are instances where we need to place validation summary at some other location but by doing this, instead the user being scrolled to see the validation error, he will always see the top of the page. (more)
category: Web Dev | clicked: 1 | comment | | source: www.jebarson.info
tags: Validation, Scroll, validation summary, JavaScript, ASP.NET
6
Shouts

Hacking jQuery-Validate in ASP.NET MVC - Matt Hamilton

published 766 days, 2 hours, 6 minutes ago posted by StevesSteves 767 days, 20 hours, 23 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:44:31 PM GMT
You'll remember from my last post that I've been working on a small order-entry program in ASP.NET MVC. This is my first "from scratch" ASP.NET MVC application, so I've been learning some MVC and jQuery tricks along the way. Here's a partial screenshot of the "new order" screen to refresh your memory: You'll notice that each silo has a "capacity", and I wanted to be able to limit the item quantity to that value. No sense in allowing a farm to order mo... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: matthamilton.net
tags: ASP.NET MVC, Validation, ASPNETMVC, jQuery, Razor, ASP.NET
8
Shouts

Customizing ASP.NET MVC’s Required Property Validation Messages - Davy Brion

published 777 days, 3 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 779 days, 18 hours, 59 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:08:25 PM GMT
I recently got convention-based localization of display labels working with ASP.NET MVC, and this week, i wanted to get something similar working for required field validation messages. ASP.NET MVC3 shows a default validation message when a required field is not filled in, unless you specify a resource provider and the name of the resource key when you put the Required attribute on a property. Just like with the display value of labels, i wanted a convention based approach for this. I wanted ASP.NET M... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: davybrion.com
tags: ASP.NET MVC, Validation, MVC, ASP.NET
4
Shouts

How to Validate A CheckBox in ASP.Net 3.5 / Checkbox Validation Control Sample Code in ASP.Net, C# (C Sharp) And Visual Basic

published 818 days, 8 hours, 17 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 820 days, 22 hours, 51 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 5:16:54 PM GMT
This article will give you an idea to validate a checkbox in ASP.Net 3.5 ! It is so easy to implement and so handy to use ! (more)
category: Web Dev | clicked: 16 | comment | | source: tugberkugurlu.com
tags: Validation, Checkbox, ASP.NET
2
Shouts

Date validation in Infopath forms

posted by PraveenPraveen 833 days, 2 hours, 9 minutes ago
Thursday, February 10, 2011 1:59:04 PM GMT
In SharePoint infopath forms I need to implement one thing which was a bit tricky as it is not the default supported by infopath forms. The requirement is like this: The date fields on form should not allow date plus/minus 5 years from current server date. For this, so many people recommended to implement validation events in c#. But, my form contains 40+ date fields. That is not possible to implement events for each control. But, when I looked into all option there is an option called "Data Validation".... (more)
category: Architecture | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: Validation, Infopath, Sharepoint
11
Shouts

CompareAttribute in ASP.NET MVC 3 - Compare Properties During Validation - David Hayden

published 862 days, 21 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 863 days, 22 hours, 49 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 5:18:30 PM GMT
Yesterday I was talking about IValidatableObject in DataAnnotations and how ASP.NET MVC 3 has direct support for it: ASP.NET MVC 3 Validation and IValidatableObject. I mentioned that you can use IValidatableObject for those validation rules that are based on the entire model. The example I showed ( with caveats ) was for validating that ConfirmPassword and Password were the same during user registration. I also mentioned that you c... (more)
category: Web Dev | clicked: 11 | comment | | source: davidhayden.com
tags: ASP.NET MVC 3, ASP.NET MVC, Validation, ASPNETMVC, MVC, ASP.NET
6
Shouts

The validation story in Silverlight (Part 2)

published 897 days, 23 hours, 3 minutes ago posted by KMilKMil 899 days, 7 hours, 33 minutes ago
Tuesday, December 07, 2010 5:04:41 PM GMT Monday, December 06, 2010 8:34:28 AM GMT
In this second post, Gill Cleeren makes an overview of the validation options currently available in Silverlight 4. (more)
category: Metro | clicked: 1 | comment | | source: www.silverlightshow.net
tags: Validation, Silverlight 4
6
Shouts

The validation story in Silverlight (Part 1)

published 901 days, 19 hours, 38 minutes ago posted by KMilKMil 902 days, 2 hours, 40 minutes ago
Friday, December 03, 2010 8:29:42 PM GMT Friday, December 03, 2010 1:27:52 PM GMT
In this first part of a series on validation, Gill Cleeren discusses the basic validation capabilities of Silverlight. Source code is included! (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Validation
5
Shouts

[RIA Services] How to force validation on my entities (and just the validation !)

published 945 days, 19 hours, 16 minutes ago posted by jmix90jmix90 947 days, 5 hours, 41 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Tuesday, October 19, 2010 10:27:08 AM GMT
RIA services solves for you a lot of problems and one of them is to add validations rules on the entities both on the client and on the server side. These differents rules are checked when you submit the changes from the client to the server or when you call “EndEdit” on the entities. But there is times when you want to leverage the validation without submit the changes or commit your object modification (in a IEditableObject way of talking). In this post we will discover how to do just this. (more)
category: Metro | clicked: 26 | comment | | source: blog.lexique-du-net.com
tags: Validation, Silverlight, RIA Services, How-To, DataForm, RIA Service, how to, riaservices, ria-services, How, Validator, IEditableObject
7
Shouts

How to Enable Client Side Validation in ASP.NET MVC 2

published 981 days, 1 hour, 8 minutes ago posted by gilfgilf 982 days, 8 hours, 5 minutes ago
Wednesday, September 15, 2010 2:59:37 PM GMT Tuesday, September 14, 2010 8:02:22 AM GMT
Last night I was teaching MVC framework as part of an ASP.NET course. One of the things that I showed the students was how to use data annotations for server side validation. I got a question about how to enable client side validation in MVC 2 and decided to write about it in a post. So here it goes… (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Validation, MVC 2, ASP.NET
4
Shouts

Automatically Infer MVC Validation Rules Based on LINQ to SQL Schema – Sweet! | {Programming} & Life

posted by http://grahamoneale.myvidoop.com/http://grahamoneale.myvidoop.com/ 1000 days, 11 hours, 37 minutes ago
Friday, August 27, 2010 4:30:35 AM GMT
Hey gang, just a quickie today. I have been working recently on setting up server side and client side model validation “by the book” in ASP.NET MVC 2 complete with data annotations and the first question that hit me when I was declaring attributes on my LINQ to SQL partial classes to determine model validation was “hold on, surely there is a way to automagically have MVC infer my validation rules based on my database schema…” (more)
category: Web Dev | clicked: 4 | 1 comment | | source: goneale.com
tags: .NET, Validation, MVC 2, ASP.NET
6
Shouts

Async Data Validation - Jesse Liberty

published 1023 days, 4 hours, 28 minutes ago posted by jantujantu 1024 days, 4 hours, 53 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 11:15:09 AM GMT
In this posting I’ll extend the data validation mechanism we’ve been examining to support asynchronous data validation.Silverlight is all about client-side code, and client-side validation is often exactly what you want; however there are times that you do not want to expose your validation algorithm in the client or in which you need to do a dynamic database lookup (credit ratings come to mind). In that case, you’ll want your Silverlight application to be able to validate against a web service, but to ... (more)
category: Metro | clicked: 3 | comment | | source: jesseliberty.com
tags: Validation, Mini-Tutorial, data
Previous 1 2 Next