i have a website where the user can enter a message in a textbox, he can press submit and the text gets to a controller and there i put it in a viewbag. I want to display the message from the viewbag in every view but after refreshing the site, the viewbag gets empty.
Is there another way to display a message in every view?