This feature, validation groups, is also built-in with ASP.NET v2.
There's also a commercial product by Peter Blum which gives this capability.
http://www.peterblum.com/Home.aspx
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke
"Martin Marinov" <> wrote in message
news:...
> there is a way but is a little strange:
> you can enable/diable validators and then when you call Page.Validate()
> method it will validate only these validators that are enabled
>
> Regards
> Martin
>
> "z. f." <> wrote in message
> news:...
> > Hi,
> >
> > i have aspx page that posts to itself first time, show values related to
> the
> > posted data, and then post to itself second time, this time doing other
> > things.
> > can i validate in forst time just 2 of the input boxes while in the
second
> > time validate other text boxes that are on the page?
> >
> > TIA, z.
> >
> >
>
>