Thursday, July 1, 2010

Getting Chicken Fat Out Of Clotes

Close . Net

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




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