msgbox is not coming
Hi, i tried to display a message when my data are inserted to the database. I tried this way, writing the command given below in the Button_click event.
MsgBox("Inserted Successfully", MsgBoxStyle.OKOnly, "")
But the message is not coming, neither a error message, what is the problem with it ?
|