
Mei 18, 2016 00:07 by
Dan

ASPHostPortal.com was established with the goal to provide high quality hosting services for everyone. We believe that providing high quality services should come at an affordable price. For this reason we have provided exceptional plans, at the lowest prices, for the best services possible, on fastest nodes ever. Today, we offer DotNetNuke 8.0.2 hosting with cheap price and good service.
DotNetNuke is an expandable Web Application Platform. Third party applications and services can be deployed as DotNetNuke Modules. Modules are pieces of code that each present some functionality to the user, like a personnel contacts list, events calendar, or a list of announcements. Installing a module is a simple administrative task and it does not require programming. Once installed, third party modules are visually integrated with the rest of the site because they use the graphic styles of the current Skin.
Modules are completely integrated with the site security and internationalization settings. Modules can be easily added, edited, deleted, restored, moved around on a page, or transferred to other pages. DotNetNuke is fully localized. Built-in multi-language localization features allow administrators worldwide to easily use and adapt DotNetNuke software for their own use. Over 50 Language Packs are available through the DotNetNuke community.
ASPHostPortal.com provides Premium DotNetNuke 8.0.2 hosting plan on high performance servers and high-speed internet connection in the world. Every server is equipped with at least 2x Intel Xeon Quad-Core processors and massive amounts of memory. We are using SSD’s for storage, which provides much higher performance in terms of I/O and data transfer speed. The servers are connected to the network using multiple 1Gbps ports (bond network). To learn more about our DotNetNuke 8.0.2 Hosting, please visit http://asphostportal.com/DotNetNuke-8-0-2-Hosting
About ASPHostPortal.com:
ASPHostPortal.com is The Best, Cheap and Recommended ASP.NET & Linux Hosting. ASPHostPortal.com has ability to support the latest Microsoft, ASP.NET, and Linux technology, such as: such as: WebMatrix, Web Deploy, Visual Studio, Latest ASP.NET Version, Latest ASP.NET MVC Version, Silverlight and Visual Studio Light Switch, Latest MySql version, Latest PHPMyAdmin, Support PHP, etc. Their service includes shared hosting, reseller hosting, and Sharepoint hosting, with speciality in ASP.NET, SQL Server, and Linux solutions. Protection, trustworthiness, and performance are at the core of hosting operations to make certain every website and software hosted is so secured and performs at the best possible level.

April 27, 2016 00:54 by
Dan
As you know, the simple method GetTab(int tabid) was obsolete and has been replaced by GetTab(ByVal TabId As Integer, ByVal PortalId As Integer, ByVal ignoreCache As Boolean). If you want to call the new method, we have to pass the additional parameter “PortalId”.

In common, the object PortalSettings can be easy to get with DNN context, such as special dnn module & page; however, it may be inaccessible in some sceneries, such as separate aspx page or handler. Then is there any way to get the correct tab info with this new method? Now there is a simple trick to do it with passing into Null.NullInteger as the parameter PortalId. So the coding looks like that:
var tabController = new TabController();
var blogPage = tabController.GetTab(tabID, Null.NullInteger, false);
Deeping into the source code, you will find out that it always tries to get the correct PortalId for this tab/page object:
//if we do not know the PortalId then try to find it in the Portals Dictionary using the TabId
portalId = GetPortalId(tabId, portalId);
//if we have the PortalId then try to get the TabInfo object
tab = GetTabsByPortal(portalId).WithTabId(tabId) ??
GetTabsByPortal(GetPortalId(tabId, Null.NullInteger)).WithTabId(tabId);
Hope this trick & tip helps if someone has the same issue.
Best DotNetNuke Hosting Recommendation
ASPHostPortal.com provides its customers with Plesk Panel, one of the most popular and stable control panels for Windows hosting, as free. You could also see the latest .NET framework, a crazy amount of functionality as well as Large disk space, bandwidth, MSSQL databases and more. All those give people the convenience to build up a powerful site in Windows server. ASPHostPortal.com offers DotNetNuke hosting starts from $5. We also guarantees 30 days money back and guarantee 99.9% uptime. If you need a reliable affordable DotNetNuke Hosting, we should be your best choice.