como passo esse codigo em vb para asp.netif textbox1= "" thenmsgbox(alo)endif
If TextBox1.Text = "" Then MsgBox("alo") End If