Search

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

Matching Posts

  • Re: Show off your portal!

    @ google_girl You could try snow covered (www.snowcovered.com) as well of a whole slew of other sites... drop ibuyspy portal modules in google - you should come up with a bunch of hit's. cheers, greg
    Posted to Portal Starter Kit (Forum) by funkengruven on 3/26/2004
  • Re: FAQ Module from aspsmith.com

    I will answer my own post here: Incase anybody else had this problem.: Sub MyDataList_Select(ByVal Sender As Object, ByVal E As EventArgs) ' This is the erronious little line 'Dim ID As String = MyDataList.DataKeys(MyDataList.SelectedItem.ItemIndex) ' Fixed with the following line Dim ID As String = MyDataList.SelectedItem.ItemIndex Dim strQuestion As String Dim I As Long Dim CurrentPanel As Panel CurrentPanel = MyDataList.Items(ID).FindControl("pnl") CurrentPanel.Visible = True
    Posted to Portal Starter Kit (Forum) by funkengruven on 8/15/2003
  • FAQ Module from aspsmith.com

    I'm working with a module crated by "vlado[at]starlogic.net" that's been availible on the aspsmith page. This mod was written with out codebehind pages - i've moved it into VS and am now attempting to get it working. I'd thought i'd figured it out but when i go to click on the question link (to display the answer) i get an index out of range error. Any body got any ideas how i can remidy the following sub: Sub MyDataList_Select(ByVal Sender As Object, ByVal E As EventArgs) Dim ID As String
    Posted to Portal Starter Kit (Forum) by funkengruven on 8/15/2003
  • Re: Show off your portal!

    Armand; JFYI: I'm getting a error when trying to register: Server Error in '/Schwing' Application. -------------------------------------------------------------------------------- Compiler Error Message: BC30451: Name 'amp' is not declared. Source Error: Line 14: Line 15: --%> Line 16: <link rel="stylesheet" href='<%= Request.ApplicationPath &amp; "/Portal.css" %>' type="text/css"> Line 17: </HEAD> Line 18: <body leftmargin="0" bottommargin
    Posted to Portal Starter Kit (Forum) by funkengruven on 7/30/2003
  • Re: Add New User Error

    Thanks David: Did i forget to congradulate you on your new pin-on ;-) . This is exactly what i was looking for thanks. I'm sure it will be of great use to others Cheers, greg
    Posted to Portal Starter Kit (Forum) by funkengruven on 7/10/2003
  • Re: Add New User Error

    David; Is there a package somwhere we can download that contains only the code for the password encryption upgrade? Cheers, greg
    Posted to Portal Starter Kit (Forum) by funkengruven on 7/10/2003
  • Re: discussions module blues

    Pat: Just a thought, why don't you manually add one (new) reccord to the discussions table and see if the problem persisits? Every discussion needs a welcome or introduction post ;-) HTH Greg
    Posted to Portal Starter Kit (Forum) by funkengruven on 6/4/2003
Page 1 of 1 (7 items)