if (txtpidsearch.TextLength > 0)
{
int parsedValue;
if (!int.TryParse(txtpidsearch.Text, out parsedValue))
{
MessageBox.Show("กรอกเฉพาะตัวเลข !!!");
return;
}
else
{}
}
else
{}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น