[Solved] If condition is working at the same time with else [closed]


If middle_NameTextBox is textbox then you have to check for the text inside the textbox like this :

if(middle_NameTextBox.Text==""){}

1

solved If condition is working at the same time with else [closed]