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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:01:15+00:00 2026-06-07T10:01:15+00:00

I have my project using MVC and I’ve got my controller that instantiates a

  • 0

I have my project using MVC and I’ve got my controller that instantiates a service, the service manages the repository and in the repository makes the CRUD operations. The problem is, once a I populate my grid control (Telerik) with the data from my service, if I make an update and I refresh the data, it appears the old data instead of the new one. I think it’s a problem of the persistance of my context variable that requires to be disposed/instantiated but not quite sure about when and where (the Unit Of Work variable is located at the service).

    <HttpPost()>
    <GridAction()>
    Function Edit(id As Integer, name As String, clientNo As String, image As String, unit As String) As ActionResult
        Try
            Dim org = Me._orgService.GetOrgById(id)

            With org
                .orgNAME = name
                .orgCLIENTNO = clientNo
                .orgIMAGE = image
                .orgUNIT = unit
            End With

            TryUpdateModel(org)
            Me._orgService.EditOrg(org)
        Catch ex As Exception
            'Log the error 
            ModelState.AddModelError("", MS_UNABLE_SAVE_CHANGES)
            Response.StatusCode = 500
            Return Content(String.Join("", (From state In ModelState Select state).SelectMany(Function(s) s.Value.Errors).Select(Function(e) e.ErrorMessage).ToArray()))
        End Try

        Return View(New GridModel(All()))

    End Function

This is the service

    Public Sub EditOrg(org As hdmtORG) Implements IOrgService.EditOrg
        Me._context.OrgRepository.Edit(org)
        Save()
    End Sub

This is the repository (generic)

    Public Overridable Sub Update(entity As TEntity) Implements IEntityRepository(Of TEntity).Edit
        Me._objectSet.Context.ObjectStateManager.ChangeObjectState(entity, EntityState.Modified)
    End Sub

Any idea?

Thanks so much.

  • 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-06-07T10:01:17+00:00Added an answer on June 7, 2026 at 10:01 am

    Try to use <OutputCache(Duration:=0)> _

    <OutputCache(Duration:=0)>
    <HttpPost()>
        <GridAction()>
        Function Edit(id As Integer, name As String, clientNo As String, image As String, unit As String) As ActionResult
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using MVC-Viewmodel with repository pattern with EF on my project. I have
I have just started with my project using MVC and Razor. Now I am
I am using MVC 3 architecture in my project. I have a master page
I have a project I'm working on and I'm using the Telerik MVC controls.
I am using MVC-Viewmodel, EF model first on my project. I have 3 DropDonLista
Im using MVC-Viewmodel, EF Model first on my project. I have a foreach loop
I am developing a website using MVC 3, I have a web setup project
Facts I have an mvc project. I am using jquery. The problem $('#ModalData').empty(); is
I have a problem when i using Mschart on my MVC project, when i
I am using Ninject in my ASP MVC 3 project, I have modified the

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.