Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
How to Convert Image URL Into Image And to Save that Image
prathap k
8y
298
1
Reply
I have an image URL like this instead of binding that to
imgScreenShot id I have to convert that into image and save that into any folder in project or any directory
imgScreenShot.ImageUrl = "data:image/png;base64," + Convert.ToBase64String(bytes);
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
send mail forget password in .net
How to access different model in same view in mvc4?