Hey all,
I've been working on this problem for quite a while and was curious if anyone has a solution/example:
I
have multiple Update Panels on a page. I want to load each one
incrementally, e.g. a button is clicked and Update Panel 1 shows its
UpdateProgress, it finishes updating, then Update Panel 2 shows its
UpdateProgress, etc. until the last panel finishes. The update panels
and controls within them are predetermined so if there's an event I can
respond to and create a chain of calls, that's fine.... as long as this
UI effect is kept.
I understand I can use WebServices and
PageMethods to achieve Incremental Page Loading but what is contained
in the UpdatePanels are server side controls which cannot accept Client
Side inputs so any type of javascript won't fit the requirement.
Any suggestions, solutions, examples?
Thank you in advance,
-- Conrad Creel