This topic is locked

How to change 'Nothing to see. Run some search.' message

10/24/2022 6:02:53 PM
ASPRunner.NET Tips and tricks
admin

When you turn on "Hide data until search" option ASPRunner.NET will display "Nothing to see. Run some search." message when the list page is loaded initially. To change this message add the following code to BeforeDisplay event of the List page:

xt.assign("message", "my message");