Search

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

Matching Posts

  • Re: Integrate any regular ASP.NET user control into DNN

    I'm coming from VS2005 VB.Net windows form environment. I have 3rd party web grid (Infragistics) and chart controls (CharFX). The data will come from a 2nd SqlServer db not the DotNetNuke db. Can I use OSM to build a web form i.e add these 3rd party controls and access the 2nd db ? I can attest that this does work. I am using the OpenSmartModule to generate fully usable user controls using 3rd party controls and everything works great. Just put the appropriate DLL's into the DNN bin directory from
    Posted to Custom Modules (Forum) by aviens on 5/1/2006
  • Re: Integrate any regular ASP.NET user control into DNN

    How can I expose the current ModuleID in my user control? I inherit DotNetNuke.Entities.Modules.PortalModuleBase but all I get when I reference ModuleId is -1 (same actually goes for TabId too). I am assuming because it is not instantiated yet. Thanks. - Andre
    Posted to Custom Modules (Forum) by aviens on 3/20/2006
  • Re: DNN 4 Newbie: Creating a custom module

    Hi Michael, I do appreciate the time you took to create the tutorial. It is very helpful. I will take more time to go through it and create the example provided. A question for you though: Would it not be prudent to use code generators in that particular example you created to create the stored procedures and methods in Visual Studio? - Andre
    Posted to Custom Modules (Forum) by aviens on 2/28/2006
  • DNN 4 Newbie: Creating a custom module

    Hello everyone, In evaluating portal solutions for our intranet, I decided to go with DNN. Since this is brand new, (no previous intranet portal exists), the sky is the limit for me. I figure starting with DNN4 is a good idea, as it is fresh new code utilizing the new ASP.NET 2.0 platform. I am what I consider a somewhat seasoned .NET developer. I have not coded for DNN before. I guess what I am lacking is a step by step guide on creating custom modules for DNN4 using Visual Studio 2005. I have the
    Posted to Custom Modules (Forum) by aviens on 2/27/2006
  • Re: JS onclick event adding with Attributes.Add to Items

    Hello, Unfortunately that doesn't work because it is the code within the Add method that is running the string I pass over through the HTMLEncode. - Andre
    Posted to Data Presentation Controls (Forum) by aviens on 3/18/2005
  • JS onclick event adding with Attributes.Add to Items

    Hello, I've used methods similar to what I'm about to mention several times before for navigating through lists of items on a datagrid to redirect to a page with an item ID being passed as a query string. I've never actually needed to use more than one query string parameter before until now, and it's not working because when I add the onclick client event to the DataGridItem with the Attributes.Add method, the ampersands are being encoded to HTML. Take the following ItemDataBound example: Private
    Posted to Data Presentation Controls (Forum) by aviens on 3/17/2005
  • Re: SelectedIndexChanged event fire order

    Actually, I was just trying that... I had limited success. That is to say, I got it to work, but I still don't think its the most efficient piece of code in the world. At first I just disabled the controls on the SelectedItem in the SelectedIndexChanged event. Problem was, I needed a way to enable controls on any previously selected item (otherwise each set of controls stay disabled as I click on each). So I tried enabling all items to True on the ItemCreated event since it occurred before SelectedIndexChanged
    Posted to Data Presentation Controls (Forum) by aviens on 3/1/2005
  • Re: SelectedIndexChanged event fire order

    Hello, Thanks for responding... Unfortunately, the ItemCreated event also runs before the SelectedIndexChanged event. ItemCreated runs each time the datagrid (or other data web control) is drawn for the screen or rebound. That is why I was hoping if I could trigger the datagrid to be redrawn in code on the SelectedIndexChanged, then my problem would be solved because it would then kick off the ItemCreated event where I could have my code to modify the controls on the proper SelectedItem. - Andre
    Posted to Data Presentation Controls (Forum) by aviens on 3/1/2005
  • SelectedIndexChanged event fire order

    Hello, I have many instances where I need to make visual changes to a SelectedItem on a datagrid, datalist, or repeater, but due to the ordering event of the SelectedIndexChanged occurring after the ItemDataBound and associated ItemCreated events, my changes don't appear unless I click twice on the item to select it. Is there a way to redraw a datagrid, datalist or repeater so that it sees the latest index changed? Keep in mind I want to do more than just change the line color of the SelectedItem
    Posted to Data Presentation Controls (Forum) by aviens on 3/1/2005
  • Me.ClientID not returning actual client ID

    Hello, I have a web user control that is fairly simple. It has a property that gets passed a string, and it retrieves a value from a web service and displays the value in a Hyperlink control. I have a couple other property elements that are boolean values to set some flags and whatnot. I am saving these values to Viewstate. The problem arises when I am first trying to initialize the user control for use. Public Class ucDisplayUsername Inherits System.Web.UI.UserControl #Region " Web Form Designer
    Posted to Web Forms (Forum) by aviens on 12/9/2004
Page 1 of 2 (20 items) 1 2 Next >