i develop a images gallery application for that i use a img tag and anchor tag i need get a anchor tag and image tag URL are dynamically can you help me
Thanks,
Ajith.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Aug 17, 2013, 12:07 PM
ChinniPosted Aug 17, 2013, 11:58 AM
Iftikar HussainPosted Aug 17, 2013, 10:26 AM
ChinniPosted Aug 17, 2013, 10:20 AM
Iftikar HussainPosted Aug 17, 2013, 7:45 AM
ChinniPosted Aug 17, 2013, 4:24 AM
Iftikar HussainPosted Aug 17, 2013, 3:54 AM
ChinniPosted Aug 17, 2013, 3:07 AM
Iftikar HussainPosted Aug 16, 2013, 10:21 AM
Regards,
Iftikar
ChinniPosted Aug 16, 2013, 7:57 AM
Iftikar HussainPosted Aug 16, 2013, 6:32 AM
ChinniPosted Aug 16, 2013, 6:08 AM
Iftikar HussainPosted Aug 16, 2013, 5:59 AM
Iftikar HussainPosted Aug 16, 2013, 5:32 AM
Regards,
Iftikar
ChinniPosted Aug 16, 2013, 5:17 AM
Iftikar HussainPosted Aug 16, 2013, 5:10 AM
Iftikar HussainPosted Aug 16, 2013, 4:55 AM
Iftikar HussainPosted Aug 16, 2013, 4:32 AM
ChinniPosted Aug 16, 2013, 4:32 AM
<a href='<%# Eval("Name","images/screen/{0}")%>'rel="prettyPhoto[pp_gal]">
<img src='<%# Eval("Name","images/screen/{0}")%>' width="60"height="60" alt='<%# Eval("Name") %>' />
this is working but i need to dynamic path every time i entered my path in text box and check the path if path is available i assigned to session this is scenario
Sanjeeb LenkaPosted Aug 16, 2013, 4:32 AM
create a image folder in solution and store the image into that and
use the code given by iftikar
Iftikar HussainPosted Aug 16, 2013, 4:14 AM
Have you saved your anchor and image url in database? try like this
Regards,
Iftikar