blah blah blah is here! blah blah » Close

0
votes
3 answers

Okay..I know this is going to sound dumb but I am UBER new to C#!

Here is my Code: [code]private void buffet1Button_Click(object sender, EventArgs e) { textBox1.Text = "1 Buffet $7.99\n"; }[/code] I simply want whe ...

0
votes
1 answers

Converting c# desktop application??How

hello. i want to convert my c# desktop application to asp.net webapplication . is it possible?? if yes , how???

0
votes
1 answers

Can an enum be passed a string and pass back a string?

I need a enum where I pass in "IBM" and it passes back "I.B.M", etc.. Is this possible?

0
votes
1 answers

String format for textbox

I have a textbox that will contain decimal values. I currently have String.Format("{0:0,0,0.00}" which displays my commas, but what I want is to show the commas when it doesn't have focus, but when it has focus, to remove the ...

Feedback