Search

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

Matching Posts

  • Using Module.css within Visual Studio .NET's IDE

    If I manually add the CSS LINK to the control that I am working on, I have a nice WYSIWYG presentation of the control with the IDE; however, I need to remove when I package and deploy, since DNN injects the module.css when loading the module. That's all good. Except, when I have the IDE open, the form looks great. When presented in the web browser (IE6), it isn't quite right...rather sloppy looking compared to the nice presentation within the IDE. The new Opera browser doesn't look too good, but
    Posted to Custom Modules (Forum) by linguinut on 7/11/2006
  • Re: Getting NavigateURL() to Work

    After reviewing the way Scott McCulloch did the NewsArticles, I was able to recreate the handling of multiple view controls. It is quite simple really. 1. Create a default holding control (primary view control for the module). This control will be used for all of the switching of view controls. It has only one server control on it: <code> <asp:PlaceHolder id="plhControls" runat="Server" /> </code> 2. Send a querysting variable to the tab to specify which view control to load. Use
    Posted to Custom Modules (Forum) by linguinut on 6/21/2006
  • Getting NavigateURL() to Work

    I have posted this same question on the DNN site and on Scott McCulloch's Ventrian site. I have two view controls in a custom module. I want the user to click a button and swap controls. I do not want the user to be sent to an edit/admin skin. It appears like NavigateURL would be the answer here, but I am discovering that if a "ctl" key is passed in the querystring (e.g. Response.Redirect(NavigateURL(TabId, "OrdersSummary", "mid=" & ModuleId.ToString)) , the script assumes an edit control, whether
    Posted to Custom Modules (Forum) by linguinut on 6/20/2006
  • Re: How Do I Get the RSS Feeds Function to Work from Custom Modules?

    Does a text/html module implement ISearchable? Affirmative. Is the DNN search index working? Not a clue if it is or isn't...never thought about it. If I click on the XML button when syndication is checked on the text/html module, I get this web page: <? xml version="1.0" ?> - < rss version =" 2.0 " xmlns:dc =" http://purl.org/dc/elements/1.1/ " > - < channel > < title > The title of my page </ title > < link > http://server/folder </ link > < description>
    Posted to DotNetNuke (Forum) by linguinut on 6/5/2006
  • How Do I Get the RSS Feeds Function to Work from Custom Modules?

    ...or any module for that matter? The syndicate option is checked. So, now what? I am running the DNN installation on an intranet web server, so web-based readers are not going to work. What's a guy to do?!? Ling
    Posted to DotNetNuke (Forum) by linguinut on 6/2/2006
  • Re: Module install frustration.

    Hi Lapinator, Sounds like you have a security issue at hand...make sure that the ASPNET entity has full access to the DNN folder and its subfolders. Either {MACHINE}/ASPNET or NETWORK SERVICE should have full access depending on which installation of IIS on which OS that you have. It should work after that. Hang onto your mind. Tough to find once its lost. Ling
    Posted to Custom Modules (Forum) by linguinut on 12/15/2005
  • Re: Setting Focus within a DNN Custom Module

    Rejoicing with many crocodile tears of joy! *sniff* It worked perfectly! I wonder how many other methods are lurking out there just waiting to be found. Perhaps I am recreating wheels when the wheels are just sitting there right in front of me. Does anyone have some kind of thorough docs that fully display all possible methods in DNN? The docs provided and the books from Amazon are not quite enough. Do I just have to wander through the source code and stumble on them as I go? Thanks, Ling P.S. In
    Posted to Custom Modules (Forum) by linguinut on 12/7/2005
  • Re: Setting Focus within a DNN Custom Module

    Thanks Ed DeGagne ! The SetFormFocus method is EXACTLY what I am looking for...testing now. Ling
    Posted to Custom Modules (Forum) by linguinut on 12/7/2005
  • Setting Focus within a DNN Custom Module

    I am sorry if this has been asked before...searching within the custom modules forum is not working at the moment... How do I set the focus of a control on a custom module? I have created (a long time ago from a source far, far away) a little control that look like this: Imports System.ComponentModel Imports System.Web.UI <DEFAULTPROPERTY("TEXT"), runat="server" ToolboxData("<{0}:FocusManager runat=server></{0}:FocusManager>")> Public Class FocusManager Inherits System.Web.UI.WebControls
    Posted to Custom Modules (Forum) by linguinut on 12/7/2005
  • Re: Mobile Access

    Ok...after a little bit of brainstorming, I think I got it. I created a mobile web application in VS.NET, then created a new DNN project in VS.NET. I copied the web form (aspx) into the folder of the new project. After changing the namespace and a few other minor things, I connected the button on the form to the SQLDataProvider and submitted the parameters collected to update a database. It worked. It was beautiful. Many rejoiced. Tears were shed. It really cannot get much easier than this...it is
    Posted to Custom Modules (Forum) by linguinut on 12/5/2005
Page 1 of 9 (90 items) 1 2 3 4 5 Next > ... Last »