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
Add a UNC path to internal DNS server
What is the Cisco CLI Command to list which phones are off the hook, on a call, etc?
network Extension
Penetration testing
Error moving mailbox from Exchange 2003 to Exchange 2010
Create table statement inside a procedure
no GUI for ASA 5505 when IP is changed....
sql isnull
How do I get a parent form value for jQuery.ajax post
How do I create a looping to add values in columns?