Search

You searched for the word(s):
< 1 second(s)
  • Re: Solved!

    Hi Aberon44, &nbsp; I have pasted my page_load code here for you to see. The key thing to note is that gallery1.FolderPath is set outside the 'if not Page.IsPostBack'. Hope it helps! Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not Page.IsPostBack Then &#160; End If Dim album As String = ...
    Posted to ASP.Net Image Gallery (Forum) by Codescribler on July 11, 2006
  • Solved!

    Hi All, &nbsp; I had top take the code that set the folderpath out of the 'not page.ispostback' if statement and ensure it is set every time. &nbsp; If you need code samples let me know. &nbsp; Danny
    Posted to ASP.Net Image Gallery (Forum) by Codescribler on May 14, 2006
  • Solved!

    posted in error - sorry
    Posted to ASP.Net Image Gallery (Forum) by Codescribler on May 14, 2006
  • Loosing the folderpath: Could not find a part of the path

    Hi All, &nbsp; N.B: Am using Visual Web Developer &nbsp; I have just installed the DotNetGallery and parts of it work realy well. I can load the gallery, upload pictures. If I try to view a picture by clicking on the thumbnail I get the following error: &nbsp; Could not find a part of the path 'C:\Documents and Settings\DREAMFREE\My ...
    Posted to ASP.Net Image Gallery (Forum) by Codescribler on May 14, 2006