Thanks for any help
I have a web application, and the submit uses the PostBackUrl to display data if the form is valid.
I need to use different (server side)
validation groups, depending on what radiobutton is selected. That is, manually call
Page.Validate('ValidationGroupA').
The
validation itself is working fine, in terms of
…