Reload page with button click

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I needed to know if there is a way to reload the page with a button click...
i have the javascript function:
self.location.href = self.location.href

but now how do i call that function in the asp.net button control??
 
Use Attributes property to assign client-side event handlers to server
controls.

Eliyahu
 
Back
Top