Turn warning message off

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 148

Turn warning message off

Post by crash »

How would I go about turning the warning message off if no records found.
Thanks


MichaelG
User
Posts: 1095

Post by MichaelG »

You can use the Message_Showing server event in the list page to check and clear the message.


Post Reply