Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: apply changes to a xml file on the internet Pin
Calla1-Mar-10 21:20
Calla1-Mar-10 21:20 
RantRe: apply changes to a xml file on the internet Pin
Rajesh Anuhya1-Mar-10 21:55
professionalRajesh Anuhya1-Mar-10 21:55 
QuestionDialog Box Pin
codenoobie1-Mar-10 19:36
codenoobie1-Mar-10 19:36 
AnswerRe: Dialog Box Pin
rah_sin1-Mar-10 19:53
professionalrah_sin1-Mar-10 19:53 
GeneralRe: Dialog Box Pin
codenoobie1-Mar-10 20:33
codenoobie1-Mar-10 20:33 
GeneralRe: Dialog Box Pin
codenoobie1-Mar-10 20:46
codenoobie1-Mar-10 20:46 
GeneralRe: Dialog Box Pin
OriginalGriff2-Mar-10 0:01
mveOriginalGriff2-Mar-10 0:01 
AnswerRe: Dialog Box Pin
DX Roster4-Mar-10 18:42
DX Roster4-Mar-10 18:42 
First of all i want to tell you that in Web form there is no option for message box its available in window form but if you still want to use message box then write this code:


using system.window.form.*;


and perform this change

if (System.WindowForms.MessageBox.Show("Are you sure?","Save data", MessageBoxButtons.YesNo) == DialogResult.Yes)
{
//Do tasks
}
QuestionC# vs C++ Pin
jekak1-Mar-10 19:22
jekak1-Mar-10 19:22 
AnswerRe: C# vs C++ Pin
N a v a n e e t h1-Mar-10 20:10
N a v a n e e t h1-Mar-10 20:10 
GeneralRe: C# vs C++ Pin
jekak1-Mar-10 20:22
jekak1-Mar-10 20:22 
GeneralRe: C# vs C++ Pin
N a v a n e e t h1-Mar-10 21:44
N a v a n e e t h1-Mar-10 21:44 
GeneralRe: C# vs C++ Pin
Paulo Zemek2-Mar-10 1:57
mvaPaulo Zemek2-Mar-10 1:57 
Questionto retrieve position Pin
narchans4u1-Mar-10 19:04
narchans4u1-Mar-10 19:04 
AnswerRe: to retrieve position Pin
Programm3r1-Mar-10 19:36
Programm3r1-Mar-10 19:36 
Questiondata and picker control in winforms using c3.net Pin
Ch.Gayatri Subudhi1-Mar-10 17:36
Ch.Gayatri Subudhi1-Mar-10 17:36 
AnswerRe: data and picker control in winforms using c3.net Pin
rah_sin1-Mar-10 19:25
professionalrah_sin1-Mar-10 19:25 
Questiontry catch in C# Pin
jojoba20111-Mar-10 17:17
jojoba20111-Mar-10 17:17 
AnswerRe: try catch in C# Pin
Nematjon Rahmanov1-Mar-10 19:13
Nematjon Rahmanov1-Mar-10 19:13 
AnswerRe: try catch in C# Pin
Dave Kreskowiak1-Mar-10 19:14
mveDave Kreskowiak1-Mar-10 19:14 
QuestionRe: try catch in C# Pin
jojoba20111-Mar-10 19:24
jojoba20111-Mar-10 19:24 
AnswerRe: try catch in C# Pin
N a v a n e e t h1-Mar-10 20:12
N a v a n e e t h1-Mar-10 20:12 
AnswerRe: try catch in C# Pin
Richard MacCutchan1-Mar-10 22:28
mveRichard MacCutchan1-Mar-10 22:28 
AnswerRe: try catch in C# Pin
PIEBALDconsult2-Mar-10 4:08
mvePIEBALDconsult2-Mar-10 4:08 
AnswerRe: try catch in C# Pin
carlecomm2-Mar-10 17:36
carlecomm2-Mar-10 17:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.