You are here:   Home > Asp.net
Register   |  Login

DotNetNuke

Minimize

DotNetNuke is a content management system (CMS) for websites, easy to use and highly extensible, with lots of add on modules.

One of my customers made me use Joomla. After suffering with that for three years, I was not motivated to look into another CMS, especially since I had written my own Asp.net framework, which of course I loved (and want to port to DotNetNuke).

After peering at DotNetNuke for a year, I finally gave it a try and immediately saw how powerful and easy to use it was. Have been moving my customers' and my websites to it since.

DotNetNuke Articles

Minimize
11

Asp.net does not allow you to have multiple html FORM tags on the same page. There are exceptions, but they do not help you in DotNetNuke. As far as DotNetNuke is concerned, you cannot use the html FORM tag. The reason for this is Asp.net uses the FORM tag with the runat="server" attribute. DotNetNuke automatically includes the opening and closing FORM tags. If you insert your own FORM tags inside a page, your FORM tags will be nested inside the Asp.net DotNetNuke FORM tags, which does not work and will cause problems.

There are ways to include multiple forms without using the FORM tag. See Multiple Forms on a Asp.net Page and Redirecting Submit to Another Page.

For DotNetNuke, without buying or writing your own module, you can either use an IFRAME or use client side redirection.

<input type="button" value="Send" onClick="location.href='http://www.domain.com/handleform.aspx">

By Andrew Weitzen, Bronze Inc.(c) 2010

Bronze is the publisher of several online Internet journals including: InternetHandholding.com, DomainNames.gs, DotNetNuke.bz, Programmer.bz, Software.vg, WebHosting.vg

Posted in: Asp.net

Post Rating

Comments

There are currently no comments, be the first to post one.

Post Comment

Name (required)

Email (required)

Website

Enter the code shown above in the box below

Internet Handholding Newsletter

Minimize

DotNetNuke

Minimize



Recommend DotNetNuke.bz

Minimize

Share/Bookmark Bookmark and Share