Groups | Blog | Home
all groups > asp.net webcontrols > october 2003 >

asp.net webcontrols : run validation error message page from a new window


susie
10/31/2003 7:16:38 AM
I have the following code to run the validation summary
page:
<asp:ValidationSummary
ID="Summary"
DisplayMode="SingleParagraph" Font-Size="8pt"
runat="server"/>

By default the summary of validation will be on the same
page with the data being validated page. I want to have a
new window to show the validation summary. How can I do
it?

Quicky
10/31/2003 7:35:25 AM
You can use the same window, but you display only the
summary of validation by using panels.

[quoted text, click to view]
susie
10/31/2003 7:56:19 AM
How can I do it?
[quoted text, click to view]
susie
10/31/2003 8:20:13 AM
Found solution.Thank you.
[quoted text, click to view]
AddThis Social Bookmark Button