Hi,
I have two ValidationSummary controls on my page. One is for displaying a message relating to invalid dates, the other is for displaying a message with an invalid number entered.
The two summaries display fine on their own, but they override each other. Only one or the other validation summary will appear, but not both at the same time. It seems as though it forgets any previous failed validations. How can I have them both show at the same time if necessary?
Also, when validation occurs, my page jumps back to the top, although I have set age.MaintainScrollPositionOnPostBack to true.
Any ideas?
Thx.
I have two ValidationSummary controls on my page. One is for displaying a message relating to invalid dates, the other is for displaying a message with an invalid number entered.
The two summaries display fine on their own, but they override each other. Only one or the other validation summary will appear, but not both at the same time. It seems as though it forgets any previous failed validations. How can I have them both show at the same time if necessary?
Also, when validation occurs, my page jumps back to the top, although I have set age.MaintainScrollPositionOnPostBack to true.
Any ideas?
Thx.