Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP.Net Image Gallery
»
Re: Don't Have the gallery.aspx page!!!
Re: Don't Have the gallery.aspx page!!!
02-17-2006, 10:44 AM
IVPL@Y
Joined on 02-15-2006
Posts 10
Re: Don't Have the gallery.aspx page!!!
Reply
Quote
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