Creating Excel File Dynamically

There are many ways to do this. You can find a lot of classes and object around the internet. My approach is to use Excel XML feature.

The first step is to create a template using excel and to save it as XML using Excel “Save AS”.

The next step is to open the [...]

Some common DotNetNuke installation problems

Decided to look through a free content management (CMS) system – DotNetNuke (www.dotnetnuke.com). Downloaded the package and did the steps described in readme.txt.

The first problem i faced was sql exception on adding a Store Account module.

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005,this [...]