Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
how to use preety photo in dynamic coding
Shurthi Ravichandran
9y
412
1
Reply
<
asp
:
DataList
ID
="galleryDataList"
RepeatColumns
="5"
runat
="server">
<
ItemTemplate
>
<
a
href
='
<%
# Eval("Name","images/fullscreen/{0}")
%>
'
rel
="prettyPhoto[pp_gal]"
title
="You can add caption to pictures.">
<
img
src
='
<%
# Eval("Name","images/fullscreen/{0}")
%>
'
width
="60"
height
="60"
alt
='
<%
# Eval("Name")
%>
'
/>
</
a
>
</
ItemTemplate
>
</
asp
:
DataList
>
what is that name inside itemtemplate
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
how to use preety photo in dynamic coding
Check visitor count on website with corresponding IP.