Well, you can have as many <form> elements as you want on a page, but
you can only have one <form runat="server"> element per page. Not sure
if that will help you any.

On Feb 3, 6:12 pm, varun <khatri.vk1...@gmail.com> wrote:
> Hi Everybody
>
> I am trying to use validation plugin with ui tbas.
>
> suppose I have 5 tabs on page and every tab have submit button ,,,, in
> that case how can I use validation plugin...
>
> I know i can use validation as:
>
> ('#form-id').validate();
>
> but since i have 5 tabs but i cant have 5 forms in asp.net(please
> correct me if I am wrong)...
>
> can some one please let me know workaround for this ?
>
> Thanks
> Varun

Reply via email to