Ask a Question related to ASP.NET General, Design and Development.
-
lostman #1
Validator
Hi,
I have a little problem with me form validation.
When i run my page on the "Localhost" everything work fine, but when
i run the page on the Server, the page is sent before the validation !!?
Did someone have an idea of my problem ?
Thank you .
lostman Guest
-
date validator
i cant seem to get the date validator to work.. where did it go wrong?? var d:Number = 21; var m:Number = 2; var y:Number = 1982; -
validator qs.(1.5)
Hi, I have a field in the form for which I have to check that it should have some specific string e.g 1234. I tried using below it works if I... -
create validator
Hi, I have a field in the form for which I need that the field to be required and the text input should be in certain format. Do I have to... -
ANN: TMT Validator
This is my latest toy. It's not strictly DW related (not yet at least), but it can be handy to people that build web applications:... -
Form validator help
I need a generic php Form Validator class that do: 1- display the form 2- validate the form 3- if the form is invalid, display the form filled... -
Marina #2
Re: Validator
The validation files may be missing from the aspnet_client folder under
wwwroot.
Or it may not be a virtual directory.
"lostman" <lostman@cablevision.qc.ca> wrote in message
news:eOP81q1WDHA.2424@TK2MSFTNGP12.phx.gbl...when> Hi,
>
> I have a little problem with me form validation.
>
> When i run my page on the "Localhost" everything work fine, but> i run the page on the Server, the page is sent before the validation !!?
>
> Did someone have an idea of my problem ?
>
> Thank you .
>
>
Marina Guest
-
Tap #3
Re: Validator
You will find the information in depth from the following
topic on MSDN.
[url]http://msdn.microsoft.com/library/default.asp?[/url]
url=/library/en-us/dnaspp/html/aspplusvalid.asp
Thanks,
Tap
aspnet_client folder under>-----Original Message-----
>The validation files may be missing from theeverything work fine, but>wwwroot.
>
>Or it may not be a virtual directory.
>
>"lostman" <lostman@cablevision.qc.ca> wrote in message
>news:eOP81q1WDHA.2424@TK2MSFTNGP12.phx.gbl...>> Hi,
>>
>> I have a little problem with me form validation.
>>
>> When i run my page on the "Localhost"the validation !!?>when>> i run the page on the Server, the page is sent before>>>
>> Did someone have an idea of my problem ?
>>
>> Thank you .
>>
>>
>
>.
>Tap Guest
-
lostman #4
Re: Validator
You are right with the Virtual Directory,
But my problem is..
I make a virtual directory on my web server.. (ex : test)
When i run my application ([url]www.server.com/test[/url])
(c:/inetpub/wwwroot/test) everything work fine.
But if i go with (test.server.com) same place as my virtual
directory (c:/inetpub/wwwroot/test) the script is not working.
What can i do to make my (test.server.com) run as a virtual
directory ??
I think i'm missing a little thing somewhere ;o))
Thank you..
"Marina" <zlatkinam@nospam.hotmail.com> wrote in message
news:upQAkt1WDHA.2384@TK2MSFTNGP10.phx.gbl...> The validation files may be missing from the aspnet_client folder under
> wwwroot.
>
> Or it may not be a virtual directory.
>
> "lostman" <lostman@cablevision.qc.ca> wrote in message
> news:eOP81q1WDHA.2424@TK2MSFTNGP12.phx.gbl...> when> > Hi,
> >
> > I have a little problem with me form validation.
> >
> > When i run my page on the "Localhost" everything work fine, but>> > i run the page on the Server, the page is sent before the validation !!?
> >
> > Did someone have an idea of my problem ?
> >
> > Thank you .
> >
> >
>
lostman Guest



Reply With Quote

