Hi.
In a web form I have this code in VB, on the button_Click event:
The MsgBox displays but the textboxes doesn't refresh. What am I missing?
Thanks.
(Sorry, I posted in the wrong forum, is VB not c#)
In a web form I have this code in VB, on the button_Click event:
Code:
Text1.text = "1"
Text2.text = "2"
MsgBox("OK?", MsgBoxStyle.Information, "Cancel")
Thanks.
(Sorry, I posted in the wrong forum, is VB not c#)