Hi
Is there any way to get click event of refresh button of browser ?
thanks
Is there any way to get click event of refresh button of browser ?
thanks
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not (IsPostBack) Then
'do something here
End If
End Sub
Comment