Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Tab Controls [closed]

I'm currently attempting to create a tabbed interface in a web application, and based on my search, there aren't any 'built in' tab controls in ASP.NET. There are some in the ASP.NET AJAX downloadable toolkit, as well as a wealth of 'pay for use' third party Tab Controls.

My question is: What Tab control have you used for ASP.NET applications, and why do you use it?

like image 809
George Stocker Avatar asked Dec 23 '22 14:12

George Stocker


1 Answers

You can use MultiView/Views and your own navigation to get tabs in ASP.NET.

like image 135
Lou Franco Avatar answered Jan 01 '23 14:01

Lou Franco