Is this supposed to work ? not workinf for me..
It is working! Thank you!
It works just fine, you have to remember that if you're using VB instead of C# use "me" instead of "this"ScriptManager.RegisterStartupScript(Me, Me.GetType, "key123", "alert(""WRAR"");", True)
Post a Comment
3 comments:
Is this supposed to work ? not workinf for me..
It is working! Thank you!
It works just fine, you have to remember that if you're using VB instead of C# use "me" instead of "this"
ScriptManager.RegisterStartupScript(Me, Me.GetType, "key123", "alert(""WRAR"");", True)
Post a Comment