Hello,
Have a view with 3 partials. Each uses its own data source, so I have a complicated model object that supplies each view with its data source. In server-side fashion only (not using AJAX), what are my options for data loading? Do I have to reload all three and recreate the model on every postback? Since their isn't any direct ViewState, is my options simply caching it myself in Cache or Session, or creating my own viewstate mechanism? Keeping in mind any of the three partials could trigger the postbacks too.
Thanks.
Brian
"Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).