I feel like I'm missing something, because I do that and all I see is this:
"<%@ Control Language="C#" AutoEventWireup="true" CodeFile="~/CMSWebParts/Layouts/Tabs.ascx.cs"
Inherits="CMSWebParts_Layouts_Tabs" %> "
What I'm trying to do is make a new version of the tab control so that I can make it mobile friendly. I'd like to be able to make it into an accordion when the page gets too small. However, the way the tab layout control is rendered it's not possible.