Julyuary's Profile User Rating: ***--

Reputation: 35 Craftsman
Group:
Active Members
Active Posts:
102 (0.2 per day)
Joined:
20-December 11
Profile Views:
1,494
Last Active:
User is offline May 20 2013 01:51 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
PC
Your Car:
Who Cares
Dream Kudos:
0

Latest Visitors

Icon   Julyuary has not set their status

Posts I've Made

  1. In Topic: Check if Gridview Textbox is Empty

    Posted 14 May 2013

    My guess is that you aren't looping over any text boxes, just grid rows. Try looping over every text box inside of the grid row? The way you're using FindControl(), you're probably only going to get the first item it finds.
  2. In Topic: Is This a Helper Class? Good or Bad?

    Posted 9 May 2013

    That definitely looks a lot better than my original code, but are there any cases where helper classes are appropriate?
  3. In Topic: aaron1178 Promoted to Forum Leader for Game Development

    Posted 9 May 2013

    Congrats!
  4. In Topic: Making a number-only textBox

    Posted 27 Apr 2013

    Sure, no problem. Glad I could help
  5. In Topic: Making a number-only textBox

    Posted 27 Apr 2013

    Well assuming you already have your masked text box, you can set the mask to zero. You can add as many zeroes to the mask as you like to add possible digits. For instance..
    maskedTextBox.Mask = "0";
    

    Will only accept a single digit number.
    maskedTextBox.Mask = "0000";
    
    will accept up to a four digit number.
    So by setting the mask to "0000", you can enter up to 9999 in your masked text box. Hope my explanation was clear!

My Information

Member Title:
D.I.C Head
Age:
15 years old
Birthday:
July 9, 1997
Gender:
Interests:
gaming, programming, graphic design
Full Name:
Jaray Reeves
Years Programming:
3
Programming Languages:
C#, C++, Java, Dart, C

Contact Information

E-mail:
Click here to e-mail me
MSN:
MSN  Julyuary@hotmail.com
Skype:
Skype  ray.mizuumi

Friends

Comments

Julyuary has no profile comments yet. Why not say hello?