Re: RegularExpressionValidator new behaviour
From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 10/05/04
- Next message: Gopal Krish: "Re: User Controls Versus DLLs"
- Previous message: Ken Cox [Microsoft MVP]: "RE: resize image"
- In reply to: Mehdi: "Re: RegularExpressionValidator new behaviour"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 5 Oct 2004 20:02:58 +0100
glad you got it sorted :)
-- Regards, Hermit Dave (http://hdave.blogspot.com) "Mehdi" <nospam@leavemealone.nowhere> wrote in message news:OsOvTowqEHA.556@tk2msftngp13.phx.gbl... > I moved the "asp_client" folder in the same level as my virtual folder that > I have access to via ftp and it worked! > > > Many thanks again > > Mehdi > > "Hermit Dave" <hermitd.REMOVE@CAPS.AND.DOTS.hotmail.com> wrote in message > news:O09jAWmqEHA.1668@TK2MSFTNGP14.phx.gbl... > > http://weblogs.asp.net/rosherove/archive/2003/10/06/30652.aspx > > this might help > > > > -- > > > > 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: Gopal Krish: "Re: User Controls Versus DLLs"
- Previous message: Ken Cox [Microsoft MVP]: "RE: resize image"
- In reply to: Mehdi: "Re: RegularExpressionValidator new behaviour"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|