I have an aspx form which has several asp:UpdatePanel to get the user to enter in several sets of data needed then when all the data is collected I generate a quote from this data and display the output in another asp:UpdatePanel. Because it can take several seconds to generate the output I have added a asp:UpdateProgress panel onto the last updatePanel before the data in generated into the output this is working fine but the last panel is a conformation panel which displays all the data is correct making the panel quite long and all i have in the updateProgress panel is a paragarah saying Processing your quote and an ajax waiting animation but when it runs the panel stays the same so I get a long panel with hardly anythign in it which looks a bit rubbish is there a way I can reduce the size of the updateProcess panel keeping the UpdatePanel teh same length
...
Go to the complete details ...