Andrei
0
Q:

nested if else in vb.net

If( boolean_expression 1)Then
   'Executes when the boolean expression 1 is true 
   If(boolean_expression 2)Then
         'Executes when the boolean expression 2 is true 
   End If
End If
0

New to Communities?

Join the community