Geeks Talk

Prepare for your Next Interview




Dynamic Per Page Validation

This is a discussion on Dynamic Per Page Validation within the ASP.NET forums, part of the Web Development category; Under the new ASP.NET validation framework, how do the validation controls determine when to use client script vs. server-side code? For example, regular expression support is weak or ...


Go Back   Geeks Talk > Web Development > ASP.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-01-2008
Junior Member
 
Join Date: Feb 2008
Location: chennai,india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
solaibio is on a distinguished road
Dynamic Per Page Validation

Under the new ASP.NET validation framework, how do the validation controls determine when to use client script vs. server-side code? For example, regular expression support is weak or non-existent in browsers like IE and Netscape 3. Would ASP.NET default to server side in those cases? Is this a configurable setting? What is the performance hit (to the server) and the between page delay time when the API now includes this type of "dynamic" per page validation?

Our client side validation requires both EcmaScript (JScript) 1.2 and the MSDOM. In Beta1, if the UserAgent is IE4 or better, and the page's ClientTarget is Auto (the default) we'll render client script. Or, if ClientTarget is UpLevel, we'll render client script without regard for the UserAgent. We are looking at making this more flexible in Beta 2.
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Web Development > ASP.NET


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Form validation using Javascript patkar456 Java 0 11-11-2007 09:52 AM
How do I use regular expressions to capture multiple dynamic objects in a page ikill4lafs QTP 0 07-02-2007 10:09 PM
Winrunner is taking the entire web page as a single page Sridevi.P WinRunner 0 06-05-2007 11:26 PM
difference between verification & validation ? sakshi_2801 Testing Issues 12 04-07-2007 03:50 AM
Cube validation Lokesh M Data Warehousing 0 12-14-2006 05:36 AM


All times are GMT -4. The time now is 08:40 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved