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 470541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:53:43+00:00 2026-05-12T23:53:43+00:00

public ActionResult Index(){ var dataContext = new DataEvidencijaDataContext(); MembershipUser myObject = Membership.GetUser(); string KorisnickoIme

  • 0

public ActionResult Index(){

         var dataContext = new DataEvidencijaDataContext();



         MembershipUser myObject = Membership.GetUser();   
         string KorisnickoIme = myObject.UserName.ToString();     

        var user = from i in dataContext.korisniks
                   where i.korisnik1 == KorisnickoIme
                   select i;
        ViewData.Add("user", user);
        return View(user);
    }

In master page i put this
<%= Html.RenderPartial(“profPredmeti”, ViewData[“user”])%>

but this is not work

  • 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-12T23:53:43+00:00Added an answer on May 12, 2026 at 11:53 pm

    You can use RenderAction for this to delegate menu rendering to some controller. Another option is to have your controller (or base controller class, or action filter) put the menu object into ViewData, and then your master page will do

    <% Html.RenderPartial("MenuRenderView", ViewData["menu"]) %>
    

    where MenuRenderView.aspx partial view consumes the menu object from ViewData[“menu”]. What does this object contain depends on your database/code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

// HomeController.cs [AutoMap(typeof(Test), typeof(TestViewModel))] public ActionResult Index() { var tests = new List<Test>(); tests.Add(new
public class HomeController : Controller { public ActionResult Index() { Task<string> t = DownloadStringTaskAsync(new
Instead of: public ActionResult Index() { ViewData[foo] = _repository.GetFoos().ToList(); ViewData[bar] = new string[] {
Controller code: public ActionResult Index() { var start = DateTime.Now; var view = View(new
I have this code: EmployeeEntities storeDB = new EmployeeEntities(); public ActionResult Index() { var
[AcceptVerbs(HttpVerbs.Post)] public ActionResult Upload(Photo photo) { foreach (string file in Request.Files) { var path
I'm generating a CSV file from the following code public ActionResult Index() { var
I have a Controller that currently looks like this: public ActionResult Index() { var
public ActionResult Index() { var pr = db.products; return View(pr); } Firstly - I
This is the controller: public ActionResult Index() { var result = from u in

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.