Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > RegularExpressionValidator new behaviour

Reply
Thread Tools

RegularExpressionValidator new behaviour

 
 
Mehdi
Guest
Posts: n/a
 
      10-05-2004
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" <> wrote in message
news:...
> http://weblogs.asp.net/rosherove/arc.../06/30652.aspx
> this might help
>
> --
>
> Regards,
>
> Hermit Dave
> (http://hdave.blogspot.com)
> "Mehdi" <> wrote in message
> news:...
>> 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
>>
>>

>
>



 
Reply With Quote
 
 
 
 
Hermit Dave
Guest
Posts: n/a
 
      10-05-2004
glad you got it sorted

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Mehdi" <> wrote in message
news:...
> 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" <> wrote in message
> news:...
> > http://weblogs.asp.net/rosherove/arc.../06/30652.aspx
> > this might help
> >
> > --
> >
> > Regards,
> >
> > Hermit Dave
> > (http://hdave.blogspot.com)
> > "Mehdi" <> wrote in message
> > news:...
> >> 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
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
debugger behaviour different to execution behaviour Andy Chambers Java 1 05-14-2007 09:51 AM
regularexpressionvalidator numeric control Salim Afþar ASP .Net 2 08-05-2003 01:30 PM
Dynamically change the regular expression in RegularExpressionValidator? BH ASP .Net 0 08-05-2003 04:50 AM
RegularExpressionValidator for money?? Helixpoint ASP .Net 2 06-30-2003 11:41 PM
RegularExpressionValidator - check for empty field Oleg Ogurok ASP .Net 1 06-25-2003 08:32 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57