I have a button on my page.When I push this button I want to start the thread.I want at the begginning of the thread function to inform the label 'Do process please wait..." and before finish the thread function to label.txt="".I want this from the the new thread. By the way I want on click this button to start this thread but the page not post back .When thread process finish, the button is enabled again, and I want to re-Click the button the thread restart and so on.
Main Topics
Browse All Topics





by: Omego2KPosted on 2009-10-22 at 06:01:06ID: 25633579
How exactly do you want to do this? Do you want to do this from the new thread? Do you want to do this right after you start a new thread?