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
return; // Prematurely return from the method (same keword works in VB, by the way)