Avatar of MikeNY1
MikeNY1
 asked on

Creating Webform Page with Tabs

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.
.NET ProgrammingASP.NETC#

Avatar of undefined
Last Comment
MikeNY1

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
David Johnson, CD

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
MikeNY1

ASKER
Thanks for your response David. I get your point... you're basically saying not to over focus on choosing the "best" technology... Just pick something, go with it and keep learning.
Your help has saved me hundreds of hours of internet surfing.
fblack61