Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation Groups 1

Status
Not open for further replies.

nevets2001uk

IS-IT--Management
Jun 26, 2002
609
GB
I have a page where I am creating 3 validation groups because I want to have three different validation summaries for design purposes.

However I want all of the groups to validated on a single button click to ensure the whole page is valid. I can only see a way to define a single validation group for a button.

Can a button be set to validate multiple groups?



Steve G (MCP)
 
Thanks for the quick reply. That seems to nearly be working. On the button click I have the code...

page.validate()

...and the validation controls themselves all seem to be validating. However only the last validation summary is displaying.

I would like for all required summaries to be displayed. Is this possible?


Steve G (MCP)
 
Thanks again. You were right. It was a silly mistype on my part for the Group name! That's got me sorted.


Steve G (MCP)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top