votes
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 ...
blah blah blah is here! blah blah » Close
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 ...
hello. i want to convert my c# desktop application to asp.net webapplication . is it possible?? if yes , how???
I need a enum where I pass in "IBM" and it passes back "I.B.M", etc.. Is this possible?
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 ...
Got feedack? Found a bug? report it here.