Hi all
Not too sure if this is covered else where? Does the Ajax Tab control have a display on demand method?
I want to display customer details on an Ajax Tab UI, I could do this with a custom tab but would like to use the MS Ajax framework where possible.
The tabs need to include the following:
tab 1: Customer Summary/Details
tab 2: Customer Contacts
tab 3: Customer Orders/History
and so forth...
My issue is, I don't quite know how to do this as each tab accesses a different DataSource/Stored Procedure to bring back the results. I obviously want to write this in a "best practices" way and therefore avoid long loading times etc... Any help would be greatly be appreciated.
Thanks in advance.
Check this out:http://blogs.msdn.com/sburke/archive/2007/06/13/how-to-make-tab-control-panels-load-on-demand.aspx
-Damien
Thanks Damian, I'll give it a go.
No comments:
Post a Comment