Skip to content

Instantly share code, notes, and snippets.

@hatelove
Created March 5, 2013 15:51
Show Gist options
  • Save hatelove/5091263 to your computer and use it in GitHub Desktop.
Save hatelove/5091263 to your computer and use it in GitHub Desktop.
Protected Sub cancel_btn_Click(sender As Object, e As EventArgs) Handles cancel_btn.Click
Dim i As Integer = 0
Dim j As Integer = 12
tb1.Text = Str(i + j)
ScriptManager.RegisterClientScriptBlock(Me, GetType(String), "", "<script>$.unblockUI();</script>", False)
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment