esb01
10-12-2003, 04:25 PM
Would anybody tell me how to use a message box in ASP.Net applicatin properly?
In my web form I have -
Imports System.Windows.Forms
and then somewhere in the code
MessageBox.Show("Text", "Title", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button3, MessageBoxOptions.ServiceNotification)
and this line and all following is never executed. What is wrong?
Regards
In my web form I have -
Imports System.Windows.Forms
and then somewhere in the code
MessageBox.Show("Text", "Title", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button3, MessageBoxOptions.ServiceNotification)
and this line and all following is never executed. What is wrong?
Regards