I have build one windows application where in I have one button name submit on Click on this button it takes 3 min to execute the sql command mean while I need to perform other actions on the form as the previous thread should run at back end Process.
how can I achieve this scenerio..