Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

Browse by Tags

All Tags » DotNetNuke   (RSS)

DnnCreative Magazine Issue 10

You can now check the DnnCreative Magazine Issue 10 !! This is a completely free issue . For issue 10 we have created a completely separate DotNetNuke Skinning Resource, the DotNetNuke Skinning Toolkit. This is a 98 page resource which demonstrates all
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

May 2006, Issue 9 - DNNCreative - Check it

The latest issue of DNNCreative Newsletter continues exploring CSS. It covers creating CSS containers , right through to using CSS within the content of the page for part 2 of styling your text and images . This issue continues the How to Build a Website
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

LebDev.NET Usergroup New Website

LebDev.NET Usergroup, officially announced its new website that has been published few days ago. A new website has been added to my DotNetNuke Website collection. To check all my DotNetNuke websites, here is the list up till now : www.devconnect.net www.lebdev.net
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

DNN - FixLogin - Revisted

I have made slight changes on the FixLogin module in such a way, the super user or the *host* account will be able to change the *Redirect To* page online, using the DNN website. In the first version, although I had a Setting variable to change that page,
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

DotNetNuke Module - FixLogin

In a new DotNetNuke 3.2.2 website I am working on, supposedly will be online this coming week, I faced the following problem: DotNetNuke uses by default a Login Page. So, when users come to sign in, if authenticated they will be redirect to the page they
Posted by BilalHaidar [MVP] | 2 Comments
Filed under:

AddMessageModule in DotNetNuke

I was developing a Custom Registration Module in DotNetNuke. I followed the same technique used in the default registration module that comes with DotNetNuke, however, I had to do my own cutomizations and using my own tables and objects. I noticed the
Posted by BilalHaidar [MVP] | 2 Comments
Filed under:

ASP.NET and DNN Website deploy

When you developer an ASP.NET web application or a DotNetNuke application, you will be having all types of file extensions: .csproj .cs .vb .su .sln etc ... So, imagine you are developing a huge web application or even a DotNetNuke website and now it

Debug a DotNetNuke Modules

While developing Custom Modules in DotNetNuke, there comes a time where you need to debug your modules, or specific user controls. You can download the dnndebug.aspx page from the following link: DNNDebug.aspx All you need to do is place this aspx page
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Password TextBox and PostBack

Sometimes in an ASP.NET (1.x/2.x) webform, we might have a Password TextBox, and one of the DropDownLists or RadiobuttonLists or any control present inside the web form might do a postback before you need to submit the form. Every time this happens, I

Working with DotNetNuke Custom Modules

I have recently started working with DotNetNuke, this is my first post in the DotNetNuke category, so expect I will be posting more often here in this section. To start with, I would like to point all DNN developers about a great link where they can download
Posted by BilalHaidar [MVP] | 0 Comments
Filed under: