E
Eranga
What is empty character literal and how can we get rid of it.
I want to check whether the text box is empty so I use
if (TextBox1.Text == '' ) Why cant I do this?
I want to check whether the text box is empty so I use
if (TextBox1.Text == '' ) Why cant I do this?