I have an object datasoure that returns an object representing one record. However, the object is large and contains some lists. I would like to display this object with a formview that serves as a header and then an AJAX tabcontainer underneath with various tabs for the logical groups of data pertaining to that particular object. I have no problem having 2 formviews pointing to the same datasource (one in a formview and another in a separate formview inside of a tabcontainer). However, when I tried to add a 3rd formview on the 2nd tab in the container, I couldn't get the data to show up. Now my entire tabcontainer appears to be broken, and I can't even get simple labels to show up. Is this approach even possible?
Any insight into this and/or suggestions of a different way to do this would be greatly appreciated!
I am committed to using the ObjectDataSource, and I really like the slickness of the AJAX control, but I'd rather know now if it's not going to work!!
Thanks :-D