Resetting page on change of album?

  •  08-02-2006, 11:32 PM

    Resetting page on change of album?

    I'm using a treeview and the gallery control with the following in the page load event

    If
    Page.IsPostBack Then
       Me.Gallery1.FolderPath = Me.UltraWebTree1.SelectedNode.Text.Trim
    End If
     
    It works fine in switching the Album, but if I switch the page on the Album and then switch to a new Album the album starts on the page number from the first album.  Is there a way to reset the page to the first on on an Album change?
View Complete Thread