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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:20:30+00:00 2026-06-01T14:20:30+00:00

Whenever we make a call to any action controller whether through a full post

  • 0

Whenever we make a call to any action controller whether through a full post back or an ajax call I want to check the view model and depending on some logic inject some javascript to be executed in the browser. The application is mostly already coded and what I am trying to do is to have some generic code which can do the trick. I am wondering what would be the best way to do it.
I am thinking about using action filters and then checking the model and then inject the js if required. But not sure how would that work on events like action executed etc. Any code sample will be helpful.

The other option is to do it on the client side. But again not sure how to properly do it in a generic way.

  • 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-01T14:20:32+00:00Added an answer on June 1, 2026 at 2:20 pm

    Look into overriding the base controller’s OnActionExecuted event, which should provide you access to the view model after it has been processed by the action. I’m curious though, how exactly are you going to inject a snippet of javascript into an AJAX response, which is typically a simple JSON object?

    If all you’re really asking is how to inject javascript from the controller, you could put the following in your view:

    <script type="text/javascript" defer="defer">
        @Html.Raw(ViewBag.StartupScript)
    </script>
    

    You could add the above to a specific view, or a layout page. Then, you could do something like this:

    public class MyController : Controller
    {
        public override void OnActionExecuted(...)
        {
            if (...)
            {
                ViewBag.StartupScript = "alert('hello world!');";
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Whenever I make the me/photos call to the Facebook server in my iOS app,
Whenever i make a change in the objects in the first tab of my
Whenever we make a release of a project we'll create a tag to capture
Whenever I make changes to my app, nodemon restarts the whole app, but every
I have a static Web project added to an Apache server. Whenever I make
i have an swf file, uploaded in server. But whenever I make changes to
Whenever someone makes request over HTTP protocol I rewrite the url to make it
Whenever I use WCF, I always try to make immutable classes that end up
Whenever I learn a new language/framework, I always make a content management system... I'm
Is it possible to make sure my thread reacts on whenever there is network

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.