This question is locked. New answers and comments are not allowed.
How do I define the content of a tabstrip in VB.Net?
http://demos.telerik.com/aspnet-mvc/tabstrip
.Content(() =>
{%>
<ul>
<li>Pure ASP.NET MVC components</li>
<li>Completely Open Source</li>
<li>Exceptional Performance</li>
<li>Based on jQuery</li>
<li>Search Engine Optimized</li>
<li>Cross-browser support</li>
</ul>
<%});
http://demos.telerik.com/aspnet-mvc/tabstrip
.Content(() =>
{%>
<ul>
<li>Pure ASP.NET MVC components</li>
<li>Completely Open Source</li>
<li>Exceptional Performance</li>
<li>Based on jQuery</li>
<li>Search Engine Optimized</li>
<li>Cross-browser support</li>
</ul>
<%});