5
Reply

C# code to check any control value empty in WinForm

Bineesh  VP

Bineesh VP

Oct 14 2013 1:05 AM
885
Sir, I need your help to find any control's value empty in a Win Form.

This is the code I seen commonly:-

(controlName).Text==string.Empty || (controlName).Text!=string.Empty

I want the code to check all the controls value in a single code. If have that kind of code, please send the code.


Answers (5)