I have a vb.net based windows application, where when \"GO\" button is clicked a bunch of data is loaded into DB. So in my application as soon as \"GO\" button is clicked I want
It's usually not a good idea to manage the state of a submit button. Instead, perform validation on submit.