TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shurthi Ravichandran
NA
3
1.3k
how to use preety photo in dynamic coding
Apr 3 2015 1:15 AM
<
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
Reply
Answers (
0
)
Error converting nvarchar to int
how to use preety photo in dynamic coding