blah blah blah is here! blah blah » Close

1
votes
9 answers

ASP.NET Message Box, Replace "Message from webpage" to some other string

in ASP.NET, say we have some code something like this: protected void RasinBread_Button_Click(object sender, EventArgs e) { if (GlobalClass.RemainingStock() == 3) { Response.Write(&q ...

0
votes
1 answers

Run event on message box close

I have a message box that pops up (as the code below) for when a user clicks a button, now if they click yes the save code doesn't work for some reason? but if i remove the message box code and execute the save code it works? I want the ...

0
votes
0 answers

C# Automatically opening a new outlook email (but not sending)

I am trying to open a outlook message and prefill in the to, cc, subject and message body. The problem is the message body is long so I can't use the process.start. I have tried to search around but can't seem to find a solution. Can someon ...

Feedback