|
| |
| buzzripper | Asp.Net User |
| Re: Custom RegularExpressionValidator | 11/20/2003 7:43:22 PM |
0 | |
|
Actually you are explaining quite well. I see your point, but I still can't get past the fact that the control ignores part of the regex specification. I understand they have a control dedicated to required fields, but does that mean that they drop support for part of the regular expression specification? Shouldn't I decide whether I want the regex to include/exclude the notion of a blank field? They take that choice right out of my hands and force me to use a 2nd control.
Here's a an analogy: I create a "table-cell-alignment" control. Any time you want to align the contents of a table cell, you need to use my control in a cell. "But", you say, "there's already an HTML spec for alignment in a cell!". To this I say, "too bad, I think it's better for you to use my control so I'm going to ignore the "align" attribute in a <TD> definition".
Might not be a perfect analogy, but conceptually it's the same. They choose to ignore the spec because they have their own approach. As I said before, not exactly out of character for MS, but frustrating! (I happen to respect MS greatly in most things, by the way) This is all academic, of course, I'll survive and use 2 controls, but I do find it an interesting subject for some reason.
buzz |
| PLBlum | Asp.Net User |
| Re: Custom RegularExpressionValidator | 11/21/2003 5:00:28 PM |
0 | |
|
Buzzripper,
You indicated that my Professional Validation And More is $50 per application. That's incorrect. Its $50 per production server, covering all web apps on that server. In addition, I don't charge for development servers. The purchase of one production server license (called a Web Server License) covers all non-production servers. If you have 5 or more production servers, purchase a Site License at $250. If you are building a web app for redistribution, purchase a Redistribution License for $500. It covers your site plus every web app you generate for an unlimited number of customers. I think you'll find this pricing is exceptionally low in this marketplace.
Learn more at http://www.PeterBlum.com/VAM/Home.aspx.
--- Peter Blum Creator of Professional Validation And More Suite, Peter's Date Package, and Peter's Polling Package www.PeterBlum.com |
|
| |
Free Download:
Books: Pro ASP.NET 2.0 in VB 2005: special edition. Authors: Laurence Moroney, Matthew MacDonald, Pages: 1360, Published: 2006 ASP.NET 2.0: Your Visual Blueprint for Developing Web Applications Authors: Chris Love, Pages: 339, Published: 2007 VB.NET Developer's Guide: Developer's Guide Authors: Cameron Wakefield, Henk-Evert Sonder, Wei Meng Lee, Pages: 784, Published: 2001 Sams Teach Yourself Visual Basic .NET Web Programming in 21 Days Authors: Peter Aitken, Phil Syme, Pages: 544, Published: 2001 Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005 Developing . NET Custom Controls and Designers Using C# Authors: James Henry, Pages: 600, Published: 2005 Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005 Visual Basic .NET Developer's Guide to ASP.NET, XML, and ADO.NET Authors: Jeffrey P. McManus, Chris Kinsman, Pages: 592, Published: 2002 Sams Teach Yourself ADO.NET in 21 Days Authors: Dan Fox, Pages: 656, Published: 2002 Beginning Expression Web Authors: Zak Ruvalcaba, Pages: 474, Published: 2007 Web:RegularExpressionValidator.AddAttributesToRender Method (System ... The following code example demonstrates how to override the AddAttributesToRender method in a custom server control so that the RegularExpressionValidator ... RegularExpressionValidator.EvaluateIsValid Method (System.Web.UI ... End If End Sub |
|
|
|