Yeah I Could do that. Does it handle the client Side validation?
But, I doesn't have any idea how to hanlde the validator events in this case.
Could you please help on this.
Thanks
Arul
"Teemu Keiski" <> wrote in message news:<>...
> Hi,
>
> can't you put a validator control into the same template the control to be
> validated is? That way the naming stuff works as controls are in the same
> naming container.
>
> --
> Teemu Keiski
> MCP, Microsoft MVP (ASP.NET), AspInsiders member
> ASP.NET Forum Moderator, AspAlliance Columnist
>
> "Arulraja" <> wrote in message
> news: om...
> > Hi,
> >
> > I am using 2 TemplateColumn TextBoxs in my Grid. On the Submit button
> > click event I want to do the validation on the client side. In the
> > Javascript I couldn't use the ID of the Textbox, because in the HTML
> > it has a different ID.
> >
> > I am trying to avoid the round trip in this scenario. Which approch
> > would be the better one for this scenario?
> >
> > Thoughts will be greatly apprecited.
> >
> > Thanks
> > Arul
|