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
Devendra Kumar
NA
517
244.7k
how to get image from image folder in c# .net
Aug 16 2016 3:02 AM
hello;
how to get image from image folder:
i use data list in which bind product with image and i want which product checked
there image will be get :
<
asp:DataList ID
="
divProducts
"
runat
="
server
"
OnItemDataBound
="
dl_ItemDataBound
">
<
ItemTemplate
>
<
table
id
="
tblContacts
">
<
tr
>
<
td
>
<
asp:Label
ID
="
lbl_product_id
"
runat
="
server
"
Visible
="
false
"
Text
='
<
%
#Eval("ProductId") %>'>
</asp:Label>
<img src
='
ProductShop
/<%#Eval("Image1") %>'
alt
="
image1
" />
<asp:CheckBox
OnCheckedChanged
="
OnCheckedChanged
"
AutoPostBack
="
true
"
ID
="
chkbox
"
runat
="
server
" />
</td>
</tr>
</table>
</
ItemTemplate
>
</
asp:DataList
>
Reply
Answers (
14
)
How to do two opeartion i.e insert and view in one view MVC
ASP.net MVC5 deployment assembly error in web server.