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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:40:00+00:00 2026-05-12T16:40:00+00:00

I guess this is a noob question, but here it comes: I have a

  • 0

I guess this is a noob question, but here it comes:

I have a list of products:

<% foreach (var item in Model) { %>

    <tr>
        <td>
            <%= Html.Encode(item.code) %>
        </td>
        <td>
            <%= Html.Encode(String.Format("{0:g}", item.date)) %>
        </td>
        <td>
            <%= Html.Encode(item.category) %>
        </td>
        <td>
            <%= Html.Encode(item.description) %>
        </td>
        <td>
            <%= Html.Encode(String.Format("{0:F}", item.price)) %>
        </td>
     ......
}

And a partial view after all of these (in the same page):

 <div id="productForEdit">
             <fieldset>
                 <legend>Your Selected Product</legend>
                 <% Html.RenderPartial("~/Views/Products/Edit", productObject); %>
             </fieldset>
    </div>

How do I use Ajax.ActionLink, so that when I will click the description of a product, the product will be plugged in the Partial View from the bottom of the page?
I tried some combination with UpdateTargetId="productForEdit", but I had no success.

The purpose is to have a quick edit tool in the page.

  • 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-12T16:40:00+00:00Added an answer on May 12, 2026 at 4:40 pm

    I think this should work:

    <td>
      <%= Ajax.ActionLink(Html.Encode(item.description), /* link text */
                          "GetProduct", /* action name */
                          "Product", /* controller name */
                          new { productCode = Model.code }, /* route values */
                          new AjaxOptions() { InsertionMode = InsertionMode.Replace,
                                              UpdateTargetId = "productForEdit" }) %>
    </td>
    

    This does expect a ProductController with an action named GetProduct, which takes a parameter productCode. Have this action return the view “Products/Edit”.
    You could also pass the whole product as a parameter to the action method, but that changes nothing to the basic idea. Good luck!

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

Sidebar

Related Questions

I have a HashMap (although I guess this question applies to other collections) of
Ok another WPF question, well I guess this is just general .NET. I have
I guess the topic says it. I have tried googling this, but havent gotten
Okay, I guess this is entirely subjective and whatnot, but I was thinking about
I'm learning about POSIX threads right now, but I guess this is just a
I guess this is an odd one, and the answer is most likely it
Well, I guess this day had to come. My client's website has been compromised
I am busy writing my thesis (so, I guess this could count as a
I guess I'll illustrate with an example: In this game you are able to
For example: http://stackoverflow.com/questions/396164/exposing-database-ids-security-risk and http://stackoverflow.com/questions/396164/blah-blah loads the same question. (I guess this is DB

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.