Search

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

Matching Posts

  • Re: DNN 4 Starter Kit

    I had this problem too. I finally figured out that it just wants to put these files into a folder that doesn't exist. So, you can manually create the folders it wants and the installation works fine. Here's what you do: 1) navigate to: C:\Documents and Settings\yourname\My Documents\Visual Studio 2005\Templates <-------- location depends on your installation, of course 2) here you'll find two folders: ItemTemplates and ProjectTemplates; in each of these folders create a new folder called Visual
    Posted to DotNetNuke (Forum) by evilbirdz on 11/8/2005
  • Re: New Name for DotNetNuke?

    Hey, I know.... how about the "IBuySpy Portal"... that would be hella cool. Sounds kinda sneaky and high tech. Yet, makes you wanna buy stuff.
    Posted to DotNetNuke (Forum) by evilbirdz on 4/29/2005
  • Re: Disabling Help and Online Help options

    Thanks for the tip, Oliver.
    Posted to Custom Modules (Forum) by evilbirdz on 4/13/2005
  • Disabling Help and Online Help options

    I've created some new modules which don't require the Help or Online Help options from the Solpart menu to be displayed for the users but I can't find any documentation on how to disable those options. Little help, please.
    Posted to Custom Modules (Forum) by evilbirdz on 4/8/2005
  • Re: one module to control another module

    ...and in the darkness bind them.
    Posted to DotNetNuke (Forum) by evilbirdz on 3/7/2005
  • Re: Duallist control in DNN 3.x

    FOUND IT! It was that standard little snippet at the bottom of my Page_Load that looks like this: ----------------- Else ' security violation attempt to access item not related to this Module Response.Redirect(NavigateURL(TabId)) End If ----------------- This was reloading the page and clearing out the list items. So, those of you who intend to use the duallist control, be sure to comment out this line on the page. Works like a champ now.
    Posted to Custom Modules (Forum) by evilbirdz on 2/16/2005
  • Re: Duallist control in DNN 3.x

    Hmmm... the plot thickens. I've dropped a different third party dual list control onto the page and it suffers from the EXACT same problem. The boxes are properly populated on the page load, but the arrows to move items cause a postback and nothing moves between the boxes. So, it seems to me that it has something to do with the control running in the DNN framework or in a control (ascx) rather than a page (aspx)... curiouser and curiouser. Thoughts anyone?
    Posted to Custom Modules (Forum) by evilbirdz on 2/16/2005
  • Re: Duallist control in DNN 3.x

    If it's viewstate related, why would it work in the module definitions area of my site, but not in another area? I tried moving the module definitions duallist to my page and it behaves exactly like my duallist -- the lists are populated fine but the arrows appear to create a postback and they don't move items between the boxes. So, it seems to be something related to the location within my site (permissions maybe?) Dunno. Doesn't make much sense.
    Posted to Custom Modules (Forum) by evilbirdz on 2/16/2005
  • Re: Duallist control in DNN 3.x

    Does this have something to do with viewstate settings? It doesn't appear that the module definitions module which uses the duallist control has any special viewstate settings. Has anyone successfully used this control?
    Posted to Custom Modules (Forum) by evilbirdz on 2/16/2005
Page 1 of 8 (77 items) 1 2 3 4 5 Next > ... Last »