Ask a Question related to ASP.NET General, Design and Development.
-
Thomas Connolly #1
Validation Summary not showing error messages
Hello all,
It seems when I manualy set a validation control's IsValid
property and ErrorMessage property, the validation summary
will not show the error message. Is this a bug or am I
missing something?
Thanks in advance.
Thomas Connolly Guest
-
LoadControl and Validation Summary
I am working on a project that dynamically loads controls from within Page_init so that the viewstate is preserved. On post back the control saves... -
Validation Summary Contol
I am trying to add a validate summary control to my composite control. I add it to the controls collection and all the other validation control stop... -
validation summary
Is there a way to add a message to validationsummary control without adding validation control? -
Validation Summary MessageBox Problem
Hi, I have built a composite control that takes in XML and creates controls based on the XML. For a simple example to test my control, it takes... -
validation summary doesnt display when there's client-side validation
I have a custom validator that validates a numeric field, txtField, that allows for thousand separators. I also placed a validation summary so... -
Teemu Keiski #2
Re: Validation Summary not showing error messages
Can you provide sample of your code so I can repro it?
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
Email:
[email]joteke@aspalliance.com[/email]
"Thomas Connolly" <anonymous@devdex.com> wrote in message
news:OUCIXlkRDHA.940@TK2MSFTNGP11.phx.gbl...>
> Teemu,
> Thank you for your reply. I should have provided some more information:
> The control is a CustomValidator control and it is validating on the
> server. After server validation there is a call to Page.Validate() but
> it still does not show up in the Validation Summary. Any ideas?
>
> Thanks again,
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Teemu Keiski Guest



Reply With Quote

