Re: RegularExpressionValidator new behaviour
From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 10/04/04
- Next message: Ben S: "form authentication time out less then what is set in web.config"
- Previous message: nail: "Re: How access the Page PreInit event from a control at runtime?"
- In reply to: Mehdi: "Re: RegularExpressionValidator new behaviour"
- Next in thread: Hermit Dave: "Re: RegularExpressionValidator new behaviour"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 4 Oct 2004 23:56:21 +0100
i think you have problems with default validators... you mentioned that its
a shared server. if its with a host then ask them... raise a problem and get
them to look at it. The problem is client side validation. Seems to me that
your server side is just fine. WebUIValidation.js is the thing you are
looking for.
-- Regards, Hermit Dave (http://hdave.blogspot.com) "Mehdi" <nospam@leavemealone.nowhere> wrote in message news:eM3d5OlqEHA.3744@TK2MSFTNGP10.phx.gbl... > All validation controls working ok after round-trip to the server except my > custom javascripts such as: > > function ConfirmDelete(source, arguments) > { > if (confirm("Are you sure you wish to delete selected record(s)?")) > { > arguments.IsValid = true; > } > else > { > arguments.IsValid = false; > } > } > > > > Thanks > > > Mehdi > >
- Next message: Ben S: "form authentication time out less then what is set in web.config"
- Previous message: nail: "Re: How access the Page PreInit event from a control at runtime?"
- In reply to: Mehdi: "Re: RegularExpressionValidator new behaviour"
- Next in thread: Hermit Dave: "Re: RegularExpressionValidator new behaviour"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|