NetTalk Central

Author Topic: How to reload the page after serer side code is executed  (Read 3486 times)

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
How to reload the page after serer side code is executed
« on: September 01, 2010, 02:29:01 AM »
Hi,

Is there any way to force reloading of the current page (or force another page loading) after executing server side code when you click button of the "Button" type.

thanks,
Alex

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: How to reload the page after serer side code is executed
« Reply #1 on: September 01, 2010, 03:31:47 AM »
Alex,
Why not set the actual page as the hyperlink of the button and do the code in the page loading?
Hope this helps
Alberto
-----------
Regards
Alberto

alex.kolaric

  • Full Member
  • ***
  • Posts: 151
  • Do it or do not, there is no try
    • View Profile
    • Email
Re: How to reload the page after serer side code is executed
« Reply #2 on: September 01, 2010, 03:58:30 AM »
Hi Alberto,

thanks for the suggestion. It is very useful. If Bruce doesn't come up with some idea I can use  :), I will probably have to recode it like that.

best regards,
Alex