Does Microsoft MVC make available a mechanism comparable to RubyOnRails internal storage container known as flash? The preference would be not using UpdatePanel tricks.
Does Microsoft MVC make available a mechanism comparable to RubyOnRails internal storage container known
Share
Try the TempData object.