The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Validator improvements in Whidbey

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
douglas reilly

Posts: 108
Nickname: dougreilly
Registered: Oct, 2003

douglas reilly is the owner of Access Microsystems Inc., a small software development consulting fir
Validator improvements in Whidbey Posted: Nov 1, 2003 2:06 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by douglas reilly.
Original Post: Validator improvements in Whidbey
Feed Title: Doug Reilly's Weblog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/dreilly/rss.aspx
Feed Description: ASP.NET and More...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by douglas reilly
Latest Posts From Doug Reilly's Weblog

Advertisement

The lowly validator will be updated quite a bit in Whidbey.  First, there will be validator groups, allowing you ro have validators that only fire when controls in the same group that create submissions (like buttons) fire.  The Whidbey validator framework alos allows you to set a control to get focus when an error occurs. 

The group validator is perfect for forms where you dynamically create a number of user controls, and you want the button clicks to only validate the controls for the user control that contains them.  Doing that requires some other sort of validation in the current ASP.NET, since validation is fired for all validators whenever the form is submitted..   

Read: Validator improvements in Whidbey

Topic: The Original CLR Blogger is Back! Previous Topic   Next Topic Topic: Installing Longhorn on Virtual PC 2004

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use