v20081.1000 clr2;
Have a webpanel that contains more than one DetailsView: page works fine. If I wrap the webpanel inside a websplitter, however, any DetailsViews beyond the first one cause a browser (IE) error on postback: 'Item has already been added. Key in dictionary: "<one of the DetailsView fields>" Key being added: "<same field>"'
I haven't had time to investigate other data controls, but would guess they suffer the same issue. Is this a known item, already fixed, etc? Anyone have a work around (other than only having one DV per webpanel, or eliminating the splitter; those kind of defeat the purpose...)
Thanks,
Don't even need the webpanel. Splitter can't handle more than one standard data tool in Async mode. Anyone know if this works in 2008v2?