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
Auto complete in Outlook 2010
Trouble deploying SharePoint feature - "Root Element is missing"
Transactional Replication
SQL - Combining multiple fields into one
How to display just a folder name, NOT the full folder path for open folders in the taskbar, XP Pro
Oxygen Office error 1305 on vista
Kerio MailServer not geting all mails from outside
outlook 2007 keeps faulting in module msoert2.dll
Access to windows server remotely
XPath newbie