Search

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

Matching Posts

  • Getting url menu option to open in new window using solpart menu

    I like to get a url menu option to open in new window using solpart menu. It would be easy enough if I could specify the target but it is not occuring to me how to do this with just a url. Has anybody done this? Thanks, Dan
    Posted to Custom Modules (Forum) by dupdup on 6/20/2006
  • Re: ListBox in DataList not returning any selected rows

    The fix that seems to work is putting a check for post back in the page load method. So only do a data bind when it isn't a post back. I'm not entirely clear on why this works so any further explanation would be much appreciated.
    Posted to Data Presentation Controls (Forum) by dupdup on 5/29/2006
  • ListBox in DataList not returning any selected rows

    I've got a list box inside a data list. I just want to get the selected rows of the list box in the row that the user presses the button in. The method is set up in the datalist to be called using the onitemcommand on the datalist. protected void addVotes( object sender, DataListCommandEventArgs e){ int itemIndex = e.Item.ItemIndex; // this shows the right row ListBox breeds = ( ListBox )e.Item.FindControl( "BreedListBox" ); // this return a valid populated listbox int [] selectedRows = breeds.GetSelectedIndices
    Posted to Data Presentation Controls (Forum) by dupdup on 5/29/2006
  • Module deployed on page twice, but page_load method getting called 8 times

    I've got a module deployed twice on a page but when I put a break point in the page_load method it gets hit 8 times per page refresh?!? Does anyone know why this might be happening? Thanks, Dan
    Posted to Custom Modules (Forum) by dupdup on 5/16/2006
  • Re: ToolTipHTML

    Looks like an interesting product. I'm not the greatest speller ever but shouldn't that be "Renders" instead of "Randers". It appears that way on the Snowcovered description too so might be worth changing if I'm right.
    Posted to Custom Modules (Forum) by dupdup on 5/16/2006
  • What happens to the Cache when DNN shuts itself down

    I'm thinking about persisting a cached collection every time it grows to 5 or 10 records. I'm afraid that at the end of the day the application will be shut down and I will lose the cache while there are still changes to persist. Does anyone know if the application restores the cache on a restart? Perhaps I should get one of those keep alive packages? Thanks, Dan
    Posted to Custom Modules (Forum) by dupdup on 5/12/2006
  • Scheduler, C#, and creating an assembly

    I'm working with the DNN 4.0.2 starter kit and am still pretty new to Visual Studio. What I'm trying to do is create a scheduled task that gets a collection from the cache, checks it for changes and persists those changes back to the db, on a regular time interval, using C#. I've been searching this forum I still just can't seem to understand how to create a dll assembly. I've created the class in the app_code directory for one of my existing modules. This is the code I have so far: namespace IITF
    Posted to Custom Modules (Forum) by dupdup on 5/11/2006
  • Is there a way to do an asynchronous db update?

    What I'd like to do is cache a collection that gets updated frequently. Then on some interval like 10 or 20 minutes have it get persisted to the db (just the rows that were updated). Any tips on the best way to approach this would be greatly appreciated. Thanks, Dan
    Posted to Data Presentation Controls (Forum) by dupdup on 5/10/2006
  • Solution to my click and page load timing problem

    Here is the solution to the problem I was having with the click event and page loading. Perhaps someone can tell me if there was an easier way to do this. The problem I was having was that I have a heavily cached application that has many modules that reference the same datastore. What suprised me was the if I had module A and module B, if a user clicks a button in module A. The following happens: Page_load in module A occurs, Page_load in module B occurs THEN the click event in module A happen.
    Posted to Custom Modules (Forum) by dupdup on 5/9/2006
  • Re: Bookmarks "#"

    I'm not sure what is happening in your situation but I know it is possible to do this with DNN 4.0.2 and Internet Explorer. My site uses this kind of internal page bookmark and it works in both Internet Explorer and Firefox. Perhaps could you post the generated source HTML or more of your code?
    Posted to Custom Modules (Forum) by dupdup on 5/9/2006
Page 1 of 4 (39 items) 1 2 3 4 Next >