i know that in vb.net you can just do Exit Sub
Exit Sub
but i would like to know how do i exit a click event in a button?
here\'s my code:
pr
Use the return keyword.
return; //exit this event