I created a custom tab.
<tab controlKey="videos" text="My Lessons" isPostBack="true" hidden="false" permissions="private" loadmethod="2">
<content>
<![CDATA[<active:moduleloader id="ctlModVideos" TID="98" MID="443" runat="server" />]]>
</content>
</tab>
I have it set to display 25 items, after that you get the 1, 2, 3 for paging. When you click on the numbers to go to the next page it takes you to the first tab which is info. What do I change so it will go the next page of the custom tab, not the info tab?
Thanks