TabController controller = new TabController();
TabCollection tabs = controller.GetTabsByPortal(0);
IDictionaryEnumerator hs = tabs.GetEnumerator();
while (hs.MoveNext())
{
TabInfo tab = (TabInfo)hs.Entry.Value;
Response.Write(tab.TabName + "<br/>");
}
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Hi all, Creating a modal popup for asp.net users is always easy, its simply a modal panel, modal popup extender of asp.net ajax and all is ...
-
I was configuring one of our clients farm which required FBA on different web applications (around 5) and he wanted each web application sho...
-
DNN - What is Module Definition? What is Module Definition? A Module must have at least one definition in order to show the default view...
Need a javascript/php script to get all the other tab information in any browser. For example when we will run our script it will return all the url of other tab information.
ReplyDeletePlease help me....