Search

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

Matching Posts

  • Re: Two definitions, no codebehind for 2nd?

    I've started working on this project again and am still having this same problem. I forgot I had posted this back in May and just tried to make a new post on it (sever hours ago) and the post hasn't showed up so I'll revive this thread. I'm use DNN 3.1.0 now and am still having the same issue, where the codebehind for the control in the second module definition (CyberJetX.ForumsNavBar) doesn't seem to be executing. Has anyone else had similar problems with multiple module definitions in the same
    Posted to Custom Modules (Forum) by leep2 on 7/31/2005
  • Page_Load not executing in one module of two in PA

    I have my .dnn file set up to define two modules. When I install my PA, one entry shows in the Module: drop-down, which is what I want. When I add that entry to the Content Pane, both modules get added to the page. The problem is that the 2nd module definition's module doesn't seem to have it's Page_Load method executed. If I set a breakpoint (I'm using VS.NET 2003) in the Page_Load of the View control for the first module definition, it breaks when it the page loads. If I set a breakpoint in the
    Posted to DotNetNuke (Forum) by leep2 on 7/31/2005
  • Re: Forum/Blog 3.10.01

    Thanks. After I posted that I noticed there was a 3.1.0 DNN and I've slicked the 3.0.13 and installed the 3.1.0. I haven't retried installing the Forum/Blog and Gallery modules yet, but it sounds like they will install fine now with 3.1.0.
    Posted to DotNetNuke (Forum) by leep2 on 7/31/2005
  • Forum/Blog 3.10.01

    I'm getting a error trying to install the Forum/Blog 3.10.01 downloaded from www.dotnetnuke.com . I have a fresh install of DNN 3.0.13 and a clean new database. When I try to upload the ForumBlog_03.10.01_Source.zip through Host/Module Definitions/Upload New Module, I get the follow ending output: ... Info File Forum_UserSettings.ascx.resx read successfully Info Loading Forum_UserSettings.ascx.vb Info File Forum_UserSettings.ascx.vb read successfully Info Loading ForumBlog.dnn Info File ForumBlog
    Posted to DotNetNuke (Forum) by leep2 on 7/31/2005
  • Re: Two definitions, no codebehind for 2nd?

    Has anyone else had this problem? I've tried restarting IIS, rebooting, recompiling the module's project... For some reason the codebehind for the ForumsNavBar .ascx isn't executing. ----- Lee
    Posted to Custom Modules (Forum) by leep2 on 5/4/2005
  • Two definitions, no codebehind for 2nd?

    I just tried creating two definitions in one PA. Here's a partial section from my .dnn: <modules> <module> <friendlyname>CyberJetX.Forums</friendlyname> <controls> <control> <src>Forums.ascx</src> <type>View</type> <helpurl>http://www.leesmind.com</helpurl> </control> ... </controls> </module> <module> <friendlyname>CyberJetX.ForumsNavBar</friendlyname> <controls> <control> <src>ForumsNavBar
    Posted to Custom Modules (Forum) by leep2 on 5/3/2005
  • Security Roles and SecurityLevel

    If any given "action" control in a module can only have (essentialy) two SecurityLevels (View or Edit), and you can only restrict access by SecurityLevel (what Roles can View and what Roles can Edit), what is the point of being able to define multiple Security Roles? If I have 5 "action" controls in my module, and I want users in Role-A to be able to access controls 1, 2, and 3, and I want users in Role-B to be able to access controls 2, 4, and 5, and I want users in Role-C to be able to access controls
    Posted to Custom Modules (Forum) by leep2 on 5/3/2005
  • IActionable with custom actions and roles

    I'm learning how to utilize multiple .ascx controls in a single module, provide UI to access those other controls, and configure custom security roles to allow access to those controls. Most examples I've seen just use a single "other" control with a call to EditUrl() to get the url to access the control. If I have 5 different action controls, how would I form the Url to reference those different actions? One question that might help clear a lot up for me is this: Take the UserDefinedTable module
    Posted to Custom Modules (Forum) by leep2 on 5/2/2005
  • Re: The method or operation is not implemented

    Ok, here's the deal. It was a third party treeview control I was using. It has an Elements collection and I tried to to call .Clear() on the collection in order to clear the tree before populating it. Wouldn't you know, Clear is implemented as: public void Clear( ) { throw new NotImplementedException(); } The control is TreeWebControl found at http://www.codeproject.com/aspnet/treeweb.asp . Just in case any of you are or decide to start using it, there are several methods on the Elements collection
    Posted to Custom Modules (Forum) by leep2 on 4/26/2005
  • The method or operation is not implemented

    I just made some changes in my custom module involving table design, SProcs, .aspx (html and javascript) and the .aspx.vb codebehind. When I tried to load the module in my test DNN site, I got: A critical error has occurred. The method or operation is not implemented. I just wanted to make the comment that that has to be the most (at least close to it) generic message I've ever seen. It doesn't tell me where it came from or give me the slightest hint where to start hunting it down. Now I can't imagine
    Posted to Custom Modules (Forum) by leep2 on 4/26/2005
Page 1 of 3 (26 items) 1 2 3 Next >