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
Sending BYTE to serial port - C++
Transparent Form (Only) in C#
Reformat: Upgraded Windows 7 from Upgraded Windows Vista
Domain account with read only permissions
encrypt variables in asp
new to java, need tips
Appropriate File Format for a Signature Line
Is JScript the same as JavaScript?
Open a Form from Table Validation
Quick question on Joins