Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP.Net Image Gallery
»
Re: Create folders for perticular cliet
Re: Create folders for perticular cliet
12-01-2010, 3:20 AM
Khansaab
Joined on 11-30-2010
Posts 9
Re: Create folders for perticular cliet
Reply
Quote
thanks i did it
bt this way
GalleryBrowser1.GalleryFolder = "~/Uploads/" + Convert.ToInt32(Session["Client_ID"]);
it creates folder for clients...
But now problem is if i want store selected folder path by using Button....
can i do this....?
View Complete Thread