'ASP.net MessageBox
'Add a scriptmanager to the ASP.Net Page

<asp:scriptmanager id="ScriptManager1" runat="server" />

try:

Dim sMsg As String = "My Message"
...