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
ID3 algorithm implementation in JAVA or c++
Starting letters with XXX
Prevent form from submitting if certain words or domains entered, spam control
Install 2nd insatnce of MS SQL 2008
PHP MySQL SELECT OPTGROUP parent value
cross domain javascript
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
Exchange activesync from iphone not connecting to Exchange 2003 server via port 443
Using ADFind to input all account in specific OU where the Accounts expire is set after the current day
Subdatasheet behavior