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
>>
>>
>
>