Jump to content

TechguyES

Member
  • Posts

    89
  • Joined

  • Last visited

Reputation Activity

  1. Like
    TechguyES got a reaction from mpsparrow in silent yet powerful air cooling for cpu   
    Thanks for all the replies guys, I tested my cpu and under load it stay's below around 78 degrees. I guess I will hold off buying an aftermarket cooler
  2. Informative
    TechguyES got a reaction from Shammikit in Is there a way to prevent the user from entering numbers to a textbox in ASP.NET?   
    an if statement would help
    a quick search:http://stackoverflow.com/questions/8321871/how-to-make-a-textbox-accept-only-alphabetic-characters
    private void textBox1_TextChanged(object sender, EventArgs e) { if (!System.Text.RegularExpressions.Regex.IsMatch(textBox1.Text, "^[a-zA-Z]")) { MessageBox.Show("This textbox accepts only alphabetical characters"); textBox1.Text.Remove(textBox1.Text.Length - 1); } }
  3. Agree
    TechguyES reacted to Jekub in mid range gaming pc   
    You'll be fine with your i5.
×