我想測試一個文本框是否爲驗證目的而爲空,而不是使用if x =「」。相反,我想知道是否有更好的方法來做到這一點。目前,我有:如何檢查文本框是否爲空VB.Net
If txtDob Is Nothing Or txtFirst Is Nothing Or txtGender Is Nothing Or txtLast Is Nothing Or txtPostcode Is Nothing Or txtStreetName Is Nothing Or txtStreetNo.Text Is Nothing Then
MessageBox.Show("One or more fields have not been completed")
Return
End If
然而,這似乎沒有工作,可有人告訴我正確的方法或另一種方式來做到這一點嗎?
不好意思啊,我沒有注意到線程。下次我會關注它。 – lrgthrill