You need to sign in to do that
Don't have an account?

Refresh a VisualforcePage
Hi folks,
Can anyone tell me how to refresh the current visualforce page after clicking some link?
I need a sample code for this.
Thanks in advance
Karthick
Can anyone tell me how to refresh the current visualforce page after clicking some link?
I need a sample code for this.
Thanks in advance
Karthick
JavaScript can help you.
in the Onclick attribute of link use this inline script onclick="window.location.reload()
i.e
Regards
Virendra