Search

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

Matching Posts

  • Kevin McNeish :: March 25, 2006 :: Los Angeles

    Don't miss the first-ever .NET Masters Lecture Series Event in Los Angeles, brought to you by the Los Angeles .NET Developers Group. At $20 for a full day with a .NET expert, this is a bargain too good to pass up! TOPICS: Get RAD: Extending Visual Studio 2005 .NET Design Patterns for Agile Software Processes Object Modeling with the Visual Studio 2005 Class Designer Windows Forms 2.0 In-Depth Architecting for the .NET Event Model Please register and pay in advance via credit card at https://www.oakleafsd
    Posted to Announcements (Forum) by dotnetoholic on 3/4/2006
  • Re: IE Displays "Operation Aborted" Error while browsing site in DNN 3.0.10

    index.ascx is in the DotNetNuke\Portals\_default\Skins\SalarOCrystal folder.
    Posted to DotNetNuke (Forum) by dotnetoholic on 7/23/2005
  • Re: IE Displays "Operation Aborted" Error while browsing site in DNN 3.0.10

    This seemed to work for me in the skin index.ascx file: <dnn:MENU runat="server" id="dnnMENU" Display="Horizontal" DelaySubmenuLoad="true" ... NOTE: DelaySubmenuLoad="1" threw a boolean parse exception.
    Posted to DotNetNuke (Forum) by dotnetoholic on 5/3/2005
  • Re: Migrating from NON-DNN site to DNN website And keep old urls

    I just set up my site to redirect old htm and aspx pages to the new DNN URLs and to send a Response 301 "Moved Permanently" for the benefit of search engine robots. I did not notice the SiteUrls.config file until I was done, but it probably would not have sent the 301 code anyway. Here is how I did it: 1. Set the custom error page for 404 errors in IIS to my custom ErrorRedirect.aspx page. My site is hosted on webhost4life, and they provided a control panel form to set this value. This step is necessary
    Posted to DotNetNuke (Forum) by dotnetoholic on 4/10/2005
  • SoCal .NET Technical Summit, Long Beach, CA, May 7, 2005

    DON'T MISS THIS SPECTACULAR ALL-DAY EVENT FOR .NET DEVELOPERS FEATURING DAN APPLEMAN, ROCKFORD LHOTKA, AND MORE...: If you develop with .NET, you won't want to miss this $99 all-day conference. You may have noticed that the popular Developer Days event held by Microsoft in past years isn't happening this year. Well your local Southern California user groups are bringing you an even bigger and better one-day event. Join us Saturday, May 7th at the Long Beach (Airport Plaza Drive) Marriott for a jam
    Posted to Announcements (Forum) by dotnetoholic on 4/9/2005
  • One SectionImage per ContentPage?

    Is it true that the CSK design assumes that there will be at most one SectionImage per ContentPage? I ask because I am thinking about modifying the CSK to allow associating multiple images with an Event (e.g., Speaker photo image and Sponsor logo image(s)), and I wonder if I should use SectionImages or CommunityImages. If the current design assumes one SectionImage per ContentPage, then adding more SectionImages could break it (i.e., the wrong images could be retrieved).
    Posted to Community Starter Kit (Forum) by dotnetoholic on 11/13/2003
  • Re: ImageButton URL Help Please

    A small correction. The control is actually used once here: CommunityStarterKit\Communities\Common\Themes\Cruise\Skins\PageSkins\Default.ascx(87) I had the wrong file filter on my earlier search, so I missed it the first time.
    Posted to Community Starter Kit (Forum) by dotnetoholic on 11/4/2003
  • Re: ImageButton URL Help Please

    I found a solution. The trick is to replace asp:ImageButton with community:CommunityImageButton, a control that comes with the CSK, but doesn't seem to be used in any of the skins. Here is the code that works: <community:CommunityImageButton id="lnkSearch" ImageUrl="../../Images/go_button_orange.gif" ... The control is briefly documented in the file Documentation\GuideForSkinAuthors.rtf, which you can download from http://www.daveranck.com/SoftwareDownloads/47.aspx. Scott
    Posted to Community Starter Kit (Forum) by dotnetoholic on 11/4/2003
  • ImageButton URL Help Please

    I have modified the search button in the file Communities\Common\Themes\Default\Skins\PageSkins\Default.ascx to be an ImageButton instead of a LinkButton, but I cannot figure out how to get the ImageUrl attribute set reliably. This works in the Home section, but fails in other sections: ImageUrl="../../Images/go_button_orange.gif" This doesn't work at all: ImageUrl='<%=ResolveUrl( "../../images/go_button_orange.gif")%>' I also tried using "~" with the full path
    Posted to Community Starter Kit (Forum) by dotnetoholic on 11/3/2003
  • Exception Handling? Tracing?

    I recently installed the CSK (VBVS) and today I am trying to figure out how it handles exceptions. Here is what I observed (with customErrors mode="Off" in the web.config): When an exception is thrown (not inside a Try...Catch block) in the ImageUtility.GetCommunityImage function, execution seems to just stop (i.e., I cannot step to the next line of code). Yet the exception description is not displayed in the browser, as I would expect. There are also no entries in the Community_ActivityLog
    Posted to Community Starter Kit (Forum) by dotnetoholic on 10/28/2003
Page 1 of 1 (10 items)