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
Is eBoostr truly worth buying to boost netbook speed?
Windows 2003 server will not allow me to access shares since upgrade
SSRS Pass a parameter from url into report
SBS Server 2003 hardware failed, how to make work on new hardware?
Access 2007 RunSavedImportExport from macro
Tomcat console closing
How to display two types of file format in OpenFileDialog in windows application using c#
Sort Excel cell values in Excel 2003
WinForm Binding to child on UserControl
Row and Column Group not placing value where I expect