Search

You searched for the word(s): userid:23344

Matching Posts

  • Re: Stores

    Question for the various cart teams: I am looking at purchasing a cart system for my wife's photography business. Currently, we are running DNN3, but the gallery is on a PHP Gallery system with a cart add-in module that is pretty limiting (but developing). I am hoping to move to a pure DNN system. Here’s what I would need from a cart: Sub categories (albums) that can be user (or group if needed) restricted The ability to select 1 or more photos to have printed with differing options Size (4x6, 5x7
    Posted to Custom Modules (Forum) by tross on 7/2/2005
  • Re: Help contribute for a MacMini to support dotnetnuke testing

    I might be working for a little elementary school (ok donating to, not working for) in the not too distant future. Mac functionality is a must. I just donated a a few bucks.
    Posted to DotNetNuke (Forum) by tross on 5/3/2005
  • User Properties V2.0?

    Question for the group. I built an app integrated into DNN 1.09 that made use of a couple of custom properties using a User Properties module (I think it was this one http://www.brainal.com/aspnetportal/DesktopDefault.aspx?tabid=10). Upgrading to the new version of DNN will require finding a replacement of some kind. Anyone out there have any suggestions? Any help will be greatly appreciated. TIA, tross
    Posted to DotNetNuke (Forum) by tross on 6/6/2004
  • Re: Data Access Layer Code Complete

    "This effectively closes the connection automatically when you iterate to the last record" Be careful here. This misconception may be the reason there are so many residual open connections. It is true that data binding closes the datareader (hence the connection) but, only because it explicitly calls the Close method. Simply iterating to the last record does nothing. If you are not data binding, you MUST explicitly close the the datareader or wait for garbage collection. The Console application
    Posted to DotNetNuke (Forum) by tross on 9/22/2003
Page 1 of 1 (4 items)