Run code in Background Worker
问题 I am trying to work with asp.net. I have very small question. In one of my button click event, I have heavy task that need to be executed and it causing problem. How can i run this code in background worker. Any hint will be appreciated as i have no played with this background worker yet. Here is the code for my background worker. protected void green_button_Click(object sender, EventArgs e) { string stdOut = null; string stdError = null; string address = "192.168.1.88"; string user = "user";