Advertisement

01.11.2008 at 07:54AM PST, ID: 23075941
[x]
Attachment Details

MessageBox in C#.NET Web application

Asked by VD1234 in .NET, C# Programming Language

Tags: message, box, web, messagebox

I would like to do something like the following in a C#.Net web application. I would like to popup a message box with OK and Cancel button. Based on what the user clicks I would like to

 if (System.Windows.Forms.MessageBox.Show("The Mapping will be deleted permanently. Press OK to Continue.", "FirstDeal Warning", System.Windows.Forms.MessageBoxButtons.OKCancel, System.Windows.Forms.MessageBoxIcon.Question) == System.Windows.Forms.DialogResult.OK)
                {
// if ok do something
}
Start Free Trial
[+][-]01.11.2008 at 08:03AM PST, ID: 20637472

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: .NET, C# Programming Language
Tags: message, box, web, messagebox
Sign Up Now!
Solution Provided By: cursive34
Participating Experts: 2
Solution Grade: A
 
 
[+][-]01.11.2008 at 10:33AM PST, ID: 20638811

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.11.2008 at 01:50PM PST, ID: 20640955

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628