Page 1 of 1

Footer Data

Posted: Fri Mar 10, 2017 7:14 am
by gaz

Hi All,
Can someone kindly give me a clue on how I can have Data on the Database at the footer?

Kind Regards

Gary


Re: Footer Data

Posted: Fri Mar 10, 2017 9:35 am
by mobhar

You may simply use "Page_DataRendered" server event in your desired page. Please read "Server Events and Client Scripts" topic for more info and example.


Re: Footer Data

Posted: Fri Mar 10, 2017 12:36 pm
by arbei

You can use Conn()->Execute() to retrieve the data and add the content to the footer as mobhar said.

Read help file topic: "Server Events and Client Scripts" -> "Some Global Functions" for more information.


Re: Footer Data

Posted: Fri Mar 17, 2017 7:17 am
by gaz

No idea where to start on this?

Anyone help me with this please?

Thanks


Re: Footer Data

Posted: Fri Mar 17, 2017 9:26 am
by mobhar

Always try by yourself first, and post your code for more discussion.