vb.net - How to redirect to full image view page by clicking a thumbnail in asp.net -


i have asp page home.aspx have many thumbnails . each thumbnail in image button. want if user clicks thumbnail user should redirected details.aspx has full size image , description item.

my approach when user click thumbnail, click event stores image name in session , redirects details.aspx

now details.aspx sets image control's url taking name session...

plz tell me approach .. if not... suggest me anyother... if yes plz tell me how can store image name in session.. image url "~thumbnails/image1.jpg"

how can image name "image1.jpg" url string , store seasion..

thanks


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -