R
roberto
Hi at all
i have a web application (in vb.net), and i want to use a message box
control like System.Windows.Forms.MessageBox control, to show simple
messages . I used this but vb.net said
me an exception:
Imports System.Windows.Forms
'Dim msgBox As MessageBox
'msgBox.Show("User updating successful.", MessageBoxButtons.OK,
MessageBoxIcon.Information)
and the exception is
"Enum argument value 64 is not valid for buttons. buttons should be a value
from DialogResult."
I have think that exists a similar messagebox to web application, i was
looking for under System.Web.UI.WebControls but i didn't find it.
which is the class or control that do this?
thanks
roberto
i have a web application (in vb.net), and i want to use a message box
control like System.Windows.Forms.MessageBox control, to show simple
messages . I used this but vb.net said
me an exception:
Imports System.Windows.Forms
'Dim msgBox As MessageBox
'msgBox.Show("User updating successful.", MessageBoxButtons.OK,
MessageBoxIcon.Information)
and the exception is
"Enum argument value 64 is not valid for buttons. buttons should be a value
from DialogResult."
I have think that exists a similar messagebox to web application, i was
looking for under System.Web.UI.WebControls but i didn't find it.
which is the class or control that do this?
thanks
roberto