blah blah blah is here! blah blah » Close

0
votes
0 answers

SIP message manipulation

Hi, My name is Thomas (21), I am student of computer engineering. Task at my school was to make a program that changing original SIP/SDP messages when using VoIP. The task was hard, I admit to find help on the internet. I found SIP SD ...

1
votes
1 answers

Doulbe message box YesNo option

Guys, I'm having a minor issue with my message box pop up. I have a form that when a button is clicked a message box pops up asking if they have completed a task, if they haven't they can choose NO and it will give them the chance to do so. ...

0
votes
1 answers

messagebox

Hi, I am a beginner to create a website using c#. I use external css to control the page layout in master page & content page. But, when i click a button, prompt a message box using javacript in code behind then the content page la ...

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