hi,
I am trying to validate a textbox that has a value of 1 and up so i am saying :
if (mytextbox.Text > 0)
{
//do something
}
but it is not working any suggestions please bare in mind that the text has 0 as default value so i cannot say length