Hi all,
I have the following nested scenario:
Update panel 4 conditional on submit button
update panel 1 mode=conditional on submit button
end update panel 1
update panel 2 mode = conditional on Add button
[Add button]
end update panel2
update panel 3 mode=conditional on submit button
[Submit button]
end update panel 3
end update panel 4
My logic works. The problem I am experiencing is that response time to the Submit button is slow. It takes almost 30 seconds for the screen to refresh with the correct changes. I am working in a development environment where the files reside on an external server that I access through a VPN. I am also running against the built in ASP server that comes with VS2005.
My question is this: do you think that once I migrate to a production environment that the response time will be acceptable or is Atlas inherently complex that it requires lots of server time and data transmission, especially when nesting update panels? I am hoping the delay is just a function of my development environment. Any thoughts?
W Kinney