Q. In the following code, the body of If will execute if txtState.Text contains?
Code:
If txtState.Text Like "K*" Then
β
Correct Answer: (A)
K
If txtState.Text Like "K*" Then
You must be Logged in to update hint/solution