Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 14th, 2003, 11:08 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ValidationSummary

hi all,

good evening. hope somebody could help me. it doesn't display the popup dialog as stated in the showmessagebox property of validationsummary. i have here a code snippet of what i'm doing.
---

<asp:textbox id="ManufacturedDateTextBox" runat="server"></asp:textbox>

<asp:regularexpressionvalidator id="vldManufacturedDate" ValidationExpression="..." Runat="server" ErrorMessage="Enter a valid manufactured date, i.e. MM-DD-YYY." ControlToValidate="ManufacturedDateTextBox" Display="None"></asp:regularexpressionvalidator>

<asp:ValidationSummary id="vldSummary" ShowMessageBox="True" ShowSummary="False" Runat="server" DisplayMode="BulletList" />
----

any help will be greatly appreciated.
thanks!
maila





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chap. 9 - ValidationSummary Ciupaz BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 6 May 28th, 2008 09:58 PM
validationsummary prob leo_vinay ASP.NET 1.0 and 1.1 Basics 1 October 7th, 2005 12:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.