K
Ken Adeniji
I read, How can I update my user interface from a thread that did not create
it?
http://blogs.msdn.com/csharpfaq/archive/2004/03/17/91685.aspx
I have a postback event handler, that requests user input via
JavaScript confirm methods to process conditional steps.
After completing asynchronous processing, binding the result sets to
the gridview and dropdownlist controls, and issuing the
UpdatePanel update command, changes are not reflected.
Since I require input, I chose to separate the event handlers,
and invoke each via button click events.
it?
http://blogs.msdn.com/csharpfaq/archive/2004/03/17/91685.aspx
I have a postback event handler, that requests user input via
JavaScript confirm methods to process conditional steps.
After completing asynchronous processing, binding the result sets to
the gridview and dropdownlist controls, and issuing the
UpdatePanel update command, changes are not reflected.
Since I require input, I chose to separate the event handlers,
and invoke each via button click events.