Home All Groups Group Topic Archive Search About

Validation not working in paging

Author
23 May 2005 12:18 AM
Vivek Sharma
Hi,

I have an issue of the validation not working. I have a web user control
where the validation sits.  I have the user ontrol within the web ie control
"paging".  It works fine on my local machine but does not work when the
webpage is hosted on webserver 2003.

Thanks

Author
23 May 2005 10:59 AM
Saurabh Rastogi
Hi Vivek,

I could not understand the problem exactly. Can you please elaborate little
more? If possible, with code snippets!

Regards
Saurabh

Show quoteHide quote
"Vivek Sharma" wrote:

> Hi,
>
> I have an issue of the validation not working. I have a web user control
> where the validation sits.  I have the user ontrol within the web ie control
> "paging".  It works fine on my local machine but does not work when the
> webpage is hosted on webserver 2003.
>
> Thanks
>
>
>
Author
23 May 2005 11:37 PM
Vivek Sharma
default.aspx (My main page with IE tabstrip and multipaging)
|
|____uctlControl.ascx (My form that sits on the default.aspx within
multipaging)
                                |
                                |______Validation Controls (My validation
control within the uctlControl.ascx)


When I tested the form on my local machine it worked fine (Checks the
validation, redirects to the other page after submission). When I tested the
same form on the server where I hosted the website it simply skipped the
validation and comes back to the same page after submission.

Thanks

Vivek
Show quoteHide quote
"Saurabh Rastogi" <SaurabhRast***@discussions.microsoft.com> wrote in
message news:28345014-AD3A-4DF4-B222-01E1BD441EC3@microsoft.com...
> Hi Vivek,
>
> I could not understand the problem exactly. Can you please elaborate
> little
> more? If possible, with code snippets!
>
> Regards
> Saurabh
>
> "Vivek Sharma" wrote:
>
>> Hi,
>>
>> I have an issue of the validation not working. I have a web user control
>> where the validation sits.  I have the user ontrol within the web ie
>> control
>> "paging".  It works fine on my local machine but does not work when the
>> webpage is hosted on webserver 2003.
>>
>> Thanks
>>
>>
>>