Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1060305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:18:28+00:00 2026-05-16T18:18:28+00:00

I am saving the user image in application domain file system. and the storing

  • 0

I am saving the user image in application domain file system. and the storing path in a database. I am getting the path in my User.PhotoPath property. I want to show the image on the page of this photopath . How do I show it?

I am using Asp.net MVC 2 + C#.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T18:18:28+00:00Added an answer on May 16, 2026 at 6:18 pm

    Provide the PhotoPath as a property on your viewmodel:

    public class UserViewModel
    {
        //...
        public string PhotoPath { get; set; }
    }
    

    Controller:

    public ActionResult Show(int id) 
    {
        // load User entity from repository
        var viewModel = new UserViewModel();
        // populate viewModel from User entity
        return View(viewModel);
    }
    

    View:

    <%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<UserViewModel>" %>
    
    ...
    <img src="<%= Model.PhotoPath %>" alt="User Photo" />
    ...
    

    You could also pass the User entity directly to the view, but it’s not recommended to do that. But if you want to do it this way, then you have to change the view’s page directive accordingly:

    <%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<User>" %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an application in which user can purchase any image he likes.
I'm debugging my rails application when the user enters a new file Uload_image to
I am working on an PhoneGap application in which I am saving user's name
I have seen two different approaches in saving user preferences. APPROACH 1: Serializing them
I am having problem saving additional information about each user automatically when a new
I am building an app which requires saving a form whenever user enter the
I am planning to use it for uploading user pictures and saving thumbnail copies.
I'm saving two strings fro another activity, when the user logs in, so I
I need help with auto-saving a textarea. Basically, whenever a user is typing in
With the following code below, There is an error saying File /home/user/web_pro/info/views.py, line 184,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.