Message box does not showup

G

Guest

Dear All,
I have used vb.net code to generate message box from my .vb codebehind file
for my asp.net project and it works fine when offline in my localhost but
after I upload the project in web server I can not get the message box from
the client side and the page hangs up.
My message box code is:
Dim MsgBox As System.Windows.Forms.MessageBox
MsgBox.Show("You have updated successfully", "www.emobileb2b.Net",
Windows.Forms.MessageBoxButtons.OK, Windows.Forms.MessageBoxIcon.Error,
Windows.Forms.MessageBoxDefaultButton.Button1,
Windows.Forms.MessageBoxOptions.ServiceNotification)

How can I get the message box online?
---Sudip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top