I'm I'm fairly new to ASP.NET Webforms, but I have a background in Winforms. I would like to create a page with multiple tabs and multiple controls, including gridviews. From my research I see that there are many ways of accomplishing this task. I've looked at the Multiview control, the AJAX tab control, JQuery's tab and using ordered lists/CSS with user controls. I've read different articles where developers mentioned varying performance issues with multiview, AJAX and JQuery. My feeling from what I've read is that the user control approach might give me the least performance issues, but that's why I'm here. I'm looking for guidance in selecting the right approach keeping performance in mind. Any suggestions would be greatly appreciated. Thanks in advance.