Is there a 'real' limit on the number of controls on a webtab. So if the webtab has n tabs, and each tab contains 50 controls, then would I reach a figure where the performance would be a serious issue. This may not be a infragistics-webtab question it might be a more general ASP.NET issue with how much processing is done server side for a large number of controls.
Does anyone have a useful input to this issue?
cheers
david
I don't have a concrete number to give. I also don't expect there to be one, since some controls will have a much greater impact than others (picture 50 WebGrids each bound to 10000 rows, compared to 50 HTML TextBox controls). That said, I'd love to see what others have to say on the matter from their experience.