C# code to check any control value empty in WinForm
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.