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
Remote Access Connections Binding Order for VPN Access fails
How to do manual failover in SQL Cluster
slide show much bigger
Getting information about current connections in SQL Server
Printing to printer over a WAN Link
Opening a xml-file with component TClientDataset.
open Firmware
adding a file to windows/winsxs/.....
Datetimepicker
Lotus Notes 6.5 certificate has expired