Microsoft
Software
Hardware
Network
Question : How to use mbox in c# web application
While using mbox in c# an error is come : The name 'mbox' does not exist in the current context
Can any one help.
Answer : How to use mbox in c# web application
In web application when you do douable-tap TAB key then you will get global::System.Windows.For
ms.Message
Box.Show("
Test");
As we know Ssytem.Windows.Forms namespace is not for web applications.
So I think that you should use rather JavaScript Alerts method.
<script language="'javascript'">ale
rt("your message")</script>
1:
<script language="'javascript'">alert("your message")</script>
Random Solutions
space in outlook 2003
exchange 2003 server backup
My iMac wont start
looking for wifi when travelling (airport express?)
Failed to convert parameter value from a ListViewItem to a String
Tricky Looping for dropdown field
Generating report.rdf to a pdf format and save it in oracle on the unix box to further ftp to network directory
How to run shielded cable?
Browser detection problems
How can i smooth a mc with BitmapData in AS3?