How to disable unwanted export format in Asp .net Report viewer

There might be situation when exporting report to certain format is not working properly or may be simply there is no requirement for this.

So there is a way to remove the unwanted export format from the report viewer.
Read more ›

Tagged with: , , ,
Posted in c#, DotNetNuke, General

Error handling in Asp.net Report Viewer

In this post i will show you how you can find and log the exact error occurring in a report viewer.

For dealing with any report error, there is a property “OnReportError” . Add this to your code like below:
Read more ›

Tagged with: , ,
Posted in c#, DotNetNuke, General

Export Report using Asp .Net Report Viewer control

Asp .net report viewer control is used to generate report using the data given. Whenever you want to generate report and export it to Excel / Word / Pdf , then you can use this control to easily accomplish the task.

Follow the steps below.
Read more ›

Tagged with: , , , , ,
Posted in c#, DotNetNuke, General

How to merge multiple images in ASP.net

Here in this post i will show you the way through which you can merge multiple images into a single image and place that on your page.

Lots of online tolls available to merge multiple images. But if there is a situation where imgaes generated dynamic and using those changing images you need to create a merged image, then follow the steps i am mentioning below. Read more ›

Tagged with: ,
Posted in c#, General, Uncategorized

Umbraco : How to get child “Node” in different umbraco version.

In one of my development in Umbraco, i have a requirement to get a node and fetch its child nodes and proceed further. At that time my development version is version is Umbraco 4. 

To fulfill this requirement, i have used Read more ›

Tagged with: , , , ,
Posted in Umbraco

Popup from DotNetNuke HTML module

In this post lets know the different ways to open popup from DNN HTML module.

Suppose in some time requirements comes as to open content in a popup on click of a link present in HTML Module.
DNN has added dnnModal.show to version 6 onwards, by using which we can do this. Read more ›

Posted in DotNetNuke

Know which control page you are working on in DotnetNuke.

In the process of enhancement/bug fixing, developer must requires the knowledge of the page they are working on. Sometimes when a new developer joins a project, he/she might face problem in finding the exact control page he working on. In every technology you will look at the page URL and try to find out the control.

In DotnetNuke Read more ›
Tagged with: , , , , , , , , , , , , , , , , ,
Posted in DotNetNuke, General

How to get current culture in DNN

Introduction:

Now a days localization of websites are the common trend. Almost every website are multi-language where user can view the website in more than one langauge. In DNN also, we can install the language pack to make the website localized in that language.

Sometimes we require to get the current culture of website in code behind which can be easily achieved by using a simple code.
Read more ›

Tagged with: , , , , , , , , , , , , ,
Posted in DotNetNuke

How to promote normal user to superuser in DNN

Introduction:

A superuser in DNN has got lots and lots of privilege when compared to normal DNN user.
A superuser can do all the administrative work related to the DNN website while a normal DNN user can only access those part of the website which is meant for them.
But we can promote a normal DNN user to a superuser by running a simple SQL Script.
You can find the script below.
Read more ›

Tagged with: , , , , , , , , , , , , , , , , , ,
Posted in DotNetNuke

How to modify the portal.css file from website interface in DNN

Introduction:

In DNN website, there is a portal.css file for every portal present in the website. In some cases we need to modify the css classes of custom modules to make it responsive with skin of the portal, in that case its always better to keep those css classes in portal.css rather than Module.css of custom module, so that it can be easily managed by modifying the portal.css from website interface without going to the module code file.

Step by step process to access the portal.css file are given below.
Read more ›

Tagged with: , , , , , , , , , , , , , , , , ,
Posted in DotNetNuke
Categories

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers