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
"Saurabh Rastogi" <> wrote in
message news:28345014-AD3A-4DF4-B222-...
> 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
>>
>>
>>
|