The syntax of an If...Then... Else statement in VB.Net is as follows: If( boolean_expression)Then 'statement(s) will execute if the Boolean expression is true Else ...
www.google.com.tw