Microsoft
Software
Hardware
Network
Question : validate text box for integer
I want a validate a text box so it has only integer neither empty nor leading spaces
Answer : validate text box for integer
Will this work for you?
int test;
if (int.TryParse(txt.Text, out test))
{
//successful
}
else
{
//error
}
Random Solutions
Cisco ASA NAT Issue
MS SQL 2005 Profiler
SBS 2008 has very slow file access and other problems after migration from sbs 2003
Left Join with top
Remove Columns from CSV file, save results to new file
I can't find the audio driver for a Satellite P30
SAS or SATA
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
Perl - loop using variables if exist
Why cant I use the native mail client on the new HTC Evo to syn with ActiveSync to our OWA site?