This topic is locked

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

10/24/2022 18:02:53
ASPRunner.NET Tips and tricks
Sergey Kornilov 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");