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
Manoj Bisht
NA
145
0
ResolveUrl in ASP.NET
Mar 21 2008 6:31 AM
Hello Everyone,
I'm fetching images stored in the folder and images(s) path is stored in my database but because of
~/
it's not bringing the images in my
DataList
that's why i'm trying to use
ResolveUrl
to solve my problem....... But i don't know how to use at Design Mode
I'm giving my code please let me know where to use
ResolveUrl
in my code
<img src="<%# DataBinder.Eval(Container.DataItem,"Image") %>" />
Reply
Answers (
1
)
Help regarding dialog box
How to: Create a MessageBox Class for Web Forms.