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
Karthik K
1k
738
191.7k
How post back to another page when click image in datalist ?
Dec 2 2017 12:15 AM
Hi Friends,
I want post back to another page in datalist , when i click the image ,I can share the image ., can anyone suggest to the appropriate code with example .Here PID Is the datakeyname for the datalist controls
Code :
<ItemTemplate>
<table style="margin-left:0px" width="315px">
<tr>
<td align="center"><img src='<%#Eval("ImagePath").ToString() %>' width="140px" height="150px" / alt=""></td>
</tr>
<tr>
<td align="justify"><b> Title : </b><%#Eval("Title")%><br />
<b> Description : </b><%#Eval("Description")%><br />
<b> Price : Rs <%#string.Format("{0:0}",Eval("Price")) %> </b> <br />
<b> ItemCode : </b> <%#Eval("SourceCode")%></td>
</tr>
</table>
</ItemTemplate>
Reply
Answers (
1
)
make contextual menu item
Mvc .Net login through Mobile Number