Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 datagrid and ValSummary

Author  Topic 

ann
Posting Yak Master

220 Posts

Posted - 2006-06-26 : 12:49:45
I have a datagrid where I am using valid. controls for the update. The validation works fine as I check for isvalid prior to update and it picks up the errors - but the valsummary is not displaying? I can see it in on my page in design time but not while running:

<asp:validationsummary id="valSummary" Runat="server" HeaderText="<b>The following errors were found:</b>"
ShowSummary="True" DisplayMode="List" Font-Size="Smaller" Width="253px" Height="88px"></asp:validationsummary>

anyone know what I might be doing wrong? I have val.Summary working fine on my other pages....

MichaelP
Jedi Yak

2489 Posts

Posted - 2006-06-26 : 14:39:59
Are your other validators visible? I seem to remember having to do something to the other validators so that the summary would display.

Michael

<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda>

Opinions expressed in this post are not necessarily those of TeleVox Software, inc. All information is provided "AS IS" with no warranties and confers no rights.
Go to Top of Page

ann
Posting Yak Master

220 Posts

Posted - 2006-06-26 : 15:10:58
I have validators running on other pages that are working fine... for some odd reason the ones in the datagarid are not showing
Go to Top of Page
   

- Advertisement -