The text of this article is not in this database — only its details are. Read it on the old site: Peanut Gallery - An Easy Image Gallery for ASP.NET
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Peanut Gallery - An Easy Image Gallery for ASP.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
mithun matheweditedPosted Aug 20, 2012, 1:41 AMEdited Aug 20, 2012, 1:42 AM
error occurs
mithun mathewPosted Aug 20, 2012, 1:41 AM
not running
Brian SommersPosted Dec 2, 2008, 1:24 PM
I cannot view images outside the virtual directory. "c:\images" does not work. Only images added/relative to the solution?? Thanks
Liat NativPosted Sep 20, 2008, 6:03 AM
Hi , I am getting red x signs where the images should appear. any seggestions? Thanks in advance Liat
jack_hvPosted Feb 28, 2008, 6:49 PM
The code produce an error when running in debug mode; seems like filesys paths can´t be tolerated by image controls. The fix: If Page.IsPostBack Then Me.imgMain.ImageUrl = "~\images\" & Request.QueryString("Img") End If arrIbs(i).ImageUrl = "~\images\" & System.IO.Path.GetFileName(files(i).ToString()) 'files(i).ToString() Enjoy Regards Jack hv http://codink.blogspot.com