Tuesday, April 13, 2010

DotNetNuke Stylesheet How to Format Code and Other Examples in a Block

This article was written for DotNetNuke, but the css styling applies to any web page.

If you have code or other instructions you want to show up in a block on your website, see this article.

In DotNetNuke Stylesheet How to Format Code and Other Examples in a Block

Monday, April 12, 2010

How to Include Multiple Forms on One Asp.Net Page

Asp.net only allows one form with the attribute server="runat" per web page.

See this article on How to Include Multiple Forms on One Asp.Net Page

Dynamically resize an iframe to size of contents without scrollbars

See this article to dynamically resize an iframe to it's contents, set the height of the iframe to the scroll height.