how to break a For loop in VB.NET code | The ASP.NET Forums
I have a loop that I want to break under a condition. I tried using keywork "Break", but it make the application execution halt at the "Break" line. For Each datarow in datatable.Rows If Then Break End If Next Does anyone know how I can jump out the loop ...