Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:676642
More Search Options
RSS Available
Matching Posts
Re: How to compare a dropdownlist selected text using compare validatior
You can try the code below. I'm not sure if this is the logic you are looking for, but this is how you would use the custom validator to validate two controls. protected void CustomValidator1_ServerValidate( object source, ServerValidateEventArgs args) { int _max = ( int )Max.SelectedValue; int _min = ( int )Min.SelectedValue; if (_max > _min) { args.IsValid = true ; } else { args.IsValid = false ; } } You could then add on your click event, or whatever you use to validate somegthing like
Posted to
Web Forms
(Forum)
by
LangDaddy
on 2/11/2008
Filed under: Custom Validation Controls, custom validator
Re: The infamous 'ProfileCommon' problem - The Type or namespace name 'Profile Common' could not be found
The file listed no longer exist. It there another place to find it?
Posted to
Configuration and Deployment
(Forum)
by
LangDaddy
on 6/20/2007
Page 1 of 1 (2 items)
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
IIS.NET:
SiteShell
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online