OK, so I have an odd layout that I'm playing with.
Basically a page could have a ton of information about a contact. Some are multiple levels deep (i.e. all of the appointments for that contact etc.)
Each of these will likely be content within a user control. What I would like to do is not load at all any of the content until that section (which is in a rad dock) until it scrolls into view and then I'd like to use Ajax to get the user control and display it's contents.
This way I don't have to have tabs upon tabs of stuff and users can use the dock to customize where everything goes on the page and just scroll to see the stuff they care about.
The problem is that i don't have a clue where to start.
Anyone have any suggestions?
Basically a page could have a ton of information about a contact. Some are multiple levels deep (i.e. all of the appointments for that contact etc.)
Each of these will likely be content within a user control. What I would like to do is not load at all any of the content until that section (which is in a rad dock) until it scrolls into view and then I'd like to use Ajax to get the user control and display it's contents.
This way I don't have to have tabs upon tabs of stuff and users can use the dock to customize where everything goes on the page and just scroll to see the stuff they care about.
The problem is that i don't have a clue where to start.
Anyone have any suggestions?