Premium Only Content

Part 6 ViewData and ViewBag in mvc
In this video we will discuss
1. What is ViewData
2. What is ViewBag
3. Difference between ViewData and ViewBag
Both ViewData and ViewBag are used to pass data from a controller to a view. ViewData is a dictionary of objects that are stored and retrieved using strings as keys. The syntax of ViewData is very similar to that of ViewState, SessionState and ApplicationState.
// Storing data in ViewData
ViewData["YourData"] = "SomeData";
// Retrieving data from ViewData
string strData = ViewData["YourData"].ToString();
ViewData does not provide compile time error checking. For example, if you mis-spell the key names you wouldn't get any compile time error. You get to know about the error only at runtime.
ViewBag uses the dynamic feature that was introduced in to C# 4. It allows an object to have properties dynamically added to it. Using ViewBag the above code can be rewritten as below.
// Storing data in ViewBag
ViewBag.YourData = "SomeData";
// Retrieving data from ViewBag
string strData = ViewBag.YourData;
Just like ViewData, ViewBag does not provide compile time error checking. For example, if you mis-spell the property name, you wouldn't get any compile time error. You get to know about the error only at runtime.
Internally ViewBag properties are stored as name/value pairs in the ViewData dictionary.
Please Note: To pass data from controller to a view, It's always a good practice to use strongly typed view models instead of using ViewBag & ViewData. Strongly typed view models provide compile time error checking. We will discuss view models in a later video session.
-
1:05:28
Man in America
13 hours agoLIVE: Digital ID & the DEATH of Freedom—An URGENT Warning
64.3K74 -
40:24
The Connect: With Johnny Mitchell
1 day ago $6.52 earnedInside The WORST Drug-Infested Slums Of Medellin, Colombia
22.9K9 -
1:43:56
Tundra Tactical
10 hours ago $34.11 earned🛑LIVE NOW!! FBI Gets Caught LYING About Good Guys With Guns For 10 YEARS!!!!
53.2K4 -
2:12:01
BlackDiamondGunsandGear
2 days agoAFTER HOURS ARMORY / Antifa / Lies/ Prison time
31.5K1 -
2:12:00
DLDAfterDark
9 hours ago $13.62 earnedThe After Hours Armory! Tonight is The Chat's Chat! God, Guns, and Gear!
42.6K4 -
3:32:18
Mally_Mouse
12 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Phasmophobia
52K5 -
1:13:19
iCkEdMeL
8 hours ago $10.16 earnedChaos Explodes in Chicago & Portland | Feds Clash with Protesters!
52.4K29 -
21:54
Exploring With Nug
1 day ago $10.53 earnedScuba Diving Missing Person Search Leads to Discovery of Classic Cars!
66.8K19 -
8:06:32
Phyxicx
13 hours agoStar Wars: Movie Battles II Community Event hosted by ReaperAF95 - 10/4/2025
31.5K -
1:19:51
World2Briggs
11 hours ago $2.71 earnedThe US This Week
36.2K7