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
Bhavesh Vankar
687
1.1k
86.6k
Retrieve image from folder to Image Control
Sep 7 2020 8:01 AM
i am trying to retrive image from folder to Image control in c# webbase but image not getting below is my code.
kindly suggest me
string
filename = Path.GetFileName(Image1.ImageUrl);
string
strtemp = System.DateTime.Now.ToString(
"dd-MM-yy hh-mm"
) + filename;
Image1.ImageUrl = (Server.MapPath(
"~/CroppedImage/"
) + DateTime.Now.ToString(
"dd-MM-yy hh-ss"
) +
".jpg"
);
Reply
Answers (
4
)
Recapture Image error
Problem with Drag and Drop on Exe made C# with visual studio 19.