Prepare for your Next Interview
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 ...
|
|||
|
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. |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |