Mega Code Archive
Important properties of ValidationSummary control
DisplayMode: how the error messages are formatted.
Possible values are BulletList, List, and SingleParagraph.
HeaderText: display header text above the validation summary.
ShowMessageBox: display a popup alert box.
ShowSummary: hide the validation summary in the page.
<%@ Page Language="C#" %>
Show Summary Popup