Created
March 5, 2013 15:51
-
-
Save hatelove/5091263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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