I have a requirement to use a DetailsView control to display a shedload of data, more than can reasonably be displayed in the available screen real estate.
So, I thought, "I'll use a TabStrip and split the data up". But, and this is where I wanted some input, would the best option be to:
I have to admit to having tried neither of the options I just wondered if anyone had had a similar requirement and had some thoughts about which route to take.
TIA,
--
Stuart
So, I thought, "I'll use a TabStrip and split the data up". But, and this is where I wanted some input, would the best option be to:
- Put multiple DetailsView controls in my control; one per PageView with different sets of TemplateFields in each DetailsView control, or
- Try and put a TabStrip/MultiPage control inside a single DetailsView?
I have to admit to having tried neither of the options I just wondered if anyone had had a similar requirement and had some thoughts about which route to take.
TIA,
--
Stuart