vb.net - ASP.NET sync issues -
I am going to be a strange issue with a web form I'm working on some async stuff Sounds related. Basically, what I need to do: UserInputPanel.Visible = false ProgressPanel.Visible = true ResultsSet = new DataSet () GetResults (ResultsSet) FillOutput () ProgressPanel.Visible = false OutputPanel .Visible = true This code runs as a result of clicking a button on all web forms. Call GetResults (ResultsSet) is a long, thus the panel is required to show the progress panel problem is that my Prgtipanel is actually calling GetResults before it appears in. If I comment on the call to follow GetResults and lines, then no problem appears in the progress panel How can I apply the first two rows to execute and show on page before calling GetResults? It seems that you have to use control instead of trying to provide your own pace the wanted. When you click the form button, the server all the code on the side click handler runs before sending any response customer If you need som...