EDN Admin
Well-known member
I want this text box to be numerical values only, and I want it to store the value that is typed into it.
I tried an Int32.Parse of the text box, but that didnt work.
How can I do this?
Im using Visual Studio 2008 with C#.
Id greatly appreciate it.
-Zach
View the full article
I tried an Int32.Parse of the text box, but that didnt work.
How can I do this?
Im using Visual Studio 2008 with C#.
Id greatly appreciate it.
-Zach
View the full article