Look Mom - No Hands
Posted by: Shaun Walker,
on 05 Mar 2007 |
View original | Bookmarked: 0 time(s)
Actually No User Controls.
While I was doing some work on 4.5.0, I decided to test whether DotNetNuke allowed developers to use Server Controls (Web Controls) as Module Controls. While there are a few locations where it is assumed that web controls might be used, in some other areas assumptions were being made that module controls were always user controls (ending in .ascx).
In the 4.5.0 Release Candidate some of these areas were fixed to allow the use of Web Controls as Module Controls. In this...