Click here to Skip to main content
15,902,635 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsessions Pin
sritha24-Feb-09 18:51
sritha24-Feb-09 18:51 
AnswerRe: sessions Pin
Christian Graus24-Feb-09 19:19
protectorChristian Graus24-Feb-09 19:19 
Questionsetup ASP Pin
aratireddy24-Feb-09 18:31
aratireddy24-Feb-09 18:31 
AnswerRe: setup ASP Pin
Vimalsoft(Pty) Ltd24-Feb-09 18:54
professionalVimalsoft(Pty) Ltd24-Feb-09 18:54 
Questionhow to create more number of buttons in MessageBox Pin
Arpita2724-Feb-09 18:14
Arpita2724-Feb-09 18:14 
AnswerRe: how to create more number of buttons in MessageBox Pin
Christian Graus24-Feb-09 19:20
protectorChristian Graus24-Feb-09 19:20 
AnswerRe: how to create more number of buttons in MessageBox Pin
N a v a n e e t h24-Feb-09 19:23
N a v a n e e t h24-Feb-09 19:23 
AnswerRe: how to create more number of buttons in MessageBox Pin
Arpita2724-Feb-09 19:38
Arpita2724-Feb-09 19:38 
Hi friends,

Thanks for your reply.. i tried and it is working Thumbs Up | :thumbsup: , pls find code below:


private void button1_Click(object sender, System.EventArgs e)
{
int Result = 0;
Result = (int)MessageBox.Show("This is a Message box!",
"Message  Box",  MessageBoxButtons.YesNoCancel,
MessageBoxIcon.Information,
MessageBoxDefaultButton.Button1,
MessageBoxOptions.DefaultDesktopOnly);
if (Result == (int)DialogResult.Yes)
{
textBox1.Text = "You clicked Yes";
}


Regards,
Arpita
GeneralRe: how to create more number of buttons in MessageBox Pin
N a v a n e e t h24-Feb-09 19:52
N a v a n e e t h24-Feb-09 19:52 
GeneralRe: how to create more number of buttons in MessageBox Pin
Christian Graus24-Feb-09 20:16
protectorChristian Graus24-Feb-09 20:16 
GeneralRe: how to create more number of buttons in MessageBox Pin
Greg Chelstowski24-Feb-09 20:51
Greg Chelstowski24-Feb-09 20:51 
GeneralRe: how to create more number of buttons in MessageBox Pin
N a v a n e e t h24-Feb-09 21:14
N a v a n e e t h24-Feb-09 21:14 
GeneralRe: how to create more number of buttons in MessageBox Pin
Greg Chelstowski24-Feb-09 21:27
Greg Chelstowski24-Feb-09 21:27 
GeneralRe: how to create more number of buttons in MessageBox Pin
N a v a n e e t h24-Feb-09 21:32
N a v a n e e t h24-Feb-09 21:32 
GeneralRe: how to create more number of buttons in MessageBox Pin
Greg Chelstowski24-Feb-09 21:37
Greg Chelstowski24-Feb-09 21:37 
Questionmail Pin
M.Ambigai24-Feb-09 18:12
M.Ambigai24-Feb-09 18:12 
AnswerRe: mail Pin
N a v a n e e t h24-Feb-09 19:13
N a v a n e e t h24-Feb-09 19:13 
GeneralRe: mail Pin
M.Ambigai27-Feb-09 7:45
M.Ambigai27-Feb-09 7:45 
Questioni need voice mailing concept Pin
skumar_sect24-Feb-09 18:10
skumar_sect24-Feb-09 18:10 
AnswerRe: i need voice mailing concept Pin
Vimalsoft(Pty) Ltd24-Feb-09 19:07
professionalVimalsoft(Pty) Ltd24-Feb-09 19:07 
AnswerRe: i need voice mailing concept Pin
N a v a n e e t h24-Feb-09 19:09
N a v a n e e t h24-Feb-09 19:09 
Questionto execute SQL queries after a specific time interval Pin
aashish.saalvi24-Feb-09 16:34
aashish.saalvi24-Feb-09 16:34 
AnswerRe: to execute SQL queries after a specific time interval Pin
Jon Rista24-Feb-09 17:35
Jon Rista24-Feb-09 17:35 
Question[Message Deleted] Pin
Clay Aldebol24-Feb-09 13:19
Clay Aldebol24-Feb-09 13:19 
AnswerRe: ImageUrl does not update in Updatepanel Pin
Christian Graus24-Feb-09 13:46
protectorChristian Graus24-Feb-09 13:46 

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.