function IsAlpha(txtvalue)
{
var numaric = txtvalue.value ;
for(var j=0; j
{
}
else
{
txtvalue.focus();
txtvalue.value = "";
alert('Please Insert [a-z] only number are not allowed!');
return false;
}
}
return true;
}
This blog is supported to developers who will works on Microsoft Technologies. Help Developers, Asp.Net Support, WCF, WPF, MS-SQL SERVER, Visual Studio.
No comments:
Post a Comment