Mention what is the difference between viewdata and viewbag?
Answer Posted / Prakhar Bajpai
ViewData is a dictionary object that stores data for transmission to a view, while ViewBag provides dynamic access to view data without explicitly declaring types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers