วันอังคารที่ 5 พฤษภาคม พ.ศ. 2563

ตรวจสอบ textbox คีย์ตัวเลข

            if (txtpidsearch.TextLength > 0)
            {
                int parsedValue;
                if (!int.TryParse(txtpidsearch.Text, out parsedValue))
                {
                    MessageBox.Show("กรอกเฉพาะตัวเลข !!!");
                    return;
                }
                else
                {}
              }
             else
             {}


ไม่มีความคิดเห็น:

แสดงความคิดเห็น