Re: validator not working when page is served from a different machine
- From: "John Rivers" <first10@xxxxxxxxxxxxxx>
- Date: 31 Aug 2005 02:20:43 -0700
this is the sort of problem
that is likely to arise when
using a badly designed platform
such as asp.net's htmlcontrols, usercontrols, servercontrols
if you continue to use these controls
your job will contain many unhappy hours of debugging and
reverse engineering, just to achieve a lesser result
my recommendation is to avoid them and implement such
features yourself
you will gain:
- predictability
- save time learning arbitrary technology with doubtful value
- ability to fix your code (you can't rewrite broken microsoft stuff,
you have to wait for them to fix it)
- protection from future "updates" that break your apps
would you trust a third party component to generate javascript on the
fly?
of course not! so why trust these controls?
top end websites do not use *these features* of asp.net - they just use
the good bits
the fact that you need to install a hotfix proves my point perfectly -
ms first attempt was
flawed - hardly surprising they have bitten off more than they can
chew!
.
- References:
- Prev by Date: Re: Specified cast not valid on decimal & double datatypes
- Next by Date: Re: Navigating back through the chain
- Previous by thread: Re: validator not working when page is served from a different machine
- Next by thread: Re: validator not working when page is served from a different machine
- Index(es):
Relevant Pages
|