views:

27

answers:

1

Hello,

What I am looking to do is have my site.master call a specific controller action, and then continue to process the current request without any view or information change. I want to do this in the site.master because I want this action to run on every page that is loaded, and since all pages use my site.master (as I have not created an alternate for it) I want to make it run the action in here.

So hence my site.master should call this action, but still render the view that the initial action wanted and with the initial information that the original action had with it.

Thanks, D

A: 

Refer to s1mm0t comment above.

Thanks a lot!

DMan