I have button_click event that does 5 different tasks and updates their status (Success/Failure) in 5 corresponding textboxes. But when i click the button, it takes run the entire code and then update all the textboxes at the end together.
I am using updatepanel and also tried using the update() method to update it but it doesnt work. Please help