Could any body explain, when to use
I have a requirement, where I need to set a value in a control
Also the scope is different between viewbag and temptdata. viewbag is based on first view (not shared between action methods) but temptdata can be shared between an action method and just one another.