Re: Don't Have the gallery.aspx page!!!

  •  02-17-2006, 10:44 AM

    Re: Don't Have the gallery.aspx page!!!

    Hi adam!!!
    Thanks 4 ze reply!!!
    Ok i have found the requested page!!!
    In addition i would like to ask u something about the Gallery!!!
    What type of control is it!!!
    Because i am doing administration role 4 the gallery!!!

    Below is my code!!!!
    However  i am getting an error telling me that gallery1 is not declared!!!
    Do i have to imports something!!!
    Please help me on that!!!
    Thanks Beforehand!!

    Private Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)

    Dim album As String

            album = Request.QueryString("album")
            If ((album = Nothing)  _
                        OrElse (album = "/")) Then
                gallery1.FolderPath = "album1"
            End If
            gallery1.FolderPath = album
        End Sub

    gallery1 is being underlined!!!!


    KevinArenaL@b
View Complete Thread