different validation areas in aspx page.

  • Thread starter Thread starter Martin Marinov
  • Start date Start date
M

Martin Marinov

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
 
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.
 
Back
Top