Many times to close a page in ASP.net using JavaScript, another way to do since VB is:
'Close the current page
Protected Sub Button1_Click (ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
'Close the current page
Protected Sub Button1_Click (ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
'Close the current page and updates data page previous
Protected Sub Button1_Click (ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
0 comments:
Post a Comment