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

  • Home
  • SEARCH
  • 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 6533857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:10:48+00:00 2026-05-25T10:10:48+00:00

I am using ASP.NET MVC to build my application. I have a treeview (with

  • 0

I am using ASP.NET MVC to build my application. I have a treeview (with treenodes having hrefs) in the masterpage and when click on the treenode corresponding page get loaded in the content view. I need this to happen asynchronously. Also I need to persist the state of the tree(i.e. expand / collapse of each nodes) after each node click.

  • 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-25T10:10:50+00:00Added an answer on May 25, 2026 at 10:10 am

    with regards to activating a click event on an element you need to either know its id or class name.

    so to activatea click event on an element with a class of “treeNode” use;

    $(".treeNode").click(function(){
    
    //your code here.
    
    });
    

    to do a postback to a controller actionresult, use;

    $.post('/Controller/Action', { param1: paramValue }, function (retHTML) {
      //code here on success
    });
    

    retHTML above is what is returned from the ajax post.

    in your controller do this;

    public void jQuery_DeleteAttachment(string param1)
    {
       //your code here
    }
    

    I would, from my controller, i would return a partialview.

    public void jQuery_DeleteAttachment(string param1)
    {
       return PartialView("viewname", model);
    }
    

    In the jQuery success code I would replace, append, whatever, the retHTML to where I wanted it.

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

Sidebar

Related Questions

I have build a webapplication using ASP.NET MVC and JQuery. On my local machine
I have a web that was build using ASP.NET MVC 1.0. It uses Structuremap
I have an ASP.NET MVC 3 application and am using Ninject for injecting dependencies
Having built myself a decent website using ASP.NET MVC, I'm about to build an
I have created an asp.net MVC application in VS 2010, and am using TFS.
I am currently using asp.NET MVC to build a Content Management System parts of
At my company we're about to build a new site using ASP.NET MVC. My
I want to build a webapplication with a Single Page Interface, using ASP.NET MVC.
Using ASP.Net MVC on my Site.Master I have: <head runat=server> <title><asp:ContentPlaceHolder ID=TitleContent runat=server />
Using ASP.NET MVC 2.0, I have an actionlink that is used for comments on

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.