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.
-
LIVE
SpartakusLIVE
5 hours agoMega SOLO Spartan Stream - 12 hours?! HA || Variety Later?!
3,553 watching -
LIVE
MattMorseTV
3 hours ago $8.38 earned🔴Sunday Gaming🔴
1,324 watching -
41:56
Athlete & Artist Show
3 hours agoAustin Ekeler: Going From "0 Star Recruit" To Leading The NFL In TD's, New Fan App | FROM THE VAULT
2.1K1 -
2:46:49
Barry Cunningham
8 hours agoNOW THEY FEAR US! | RFKJR STRIKES BACK | JD VANCE ON PRESIDENT TRUMP | AND MORE NEWS!
43.2K16 -
LIVE
Spartan
3 hours agoCharlotte Qualifier watch party + Ranked and Expedition 33
123 watching -
6:09:54
bigbossrobinson
6 hours agoLIVE - DOUBLE IMPACT - RESIDENT EVIL 4 & METAL GEAR SOLID Δ: SNAKE EATER
12K -
8:18
MattMorseTV
5 hours ago $5.15 earned2.2 MILLION in ONE YEAR.
26.7K107 -
14:37
Colion Noir
8 hours agoCanadian Police Chief Urges Citizens To Comply With Home Invaders And Hide
64.2K82 -
3:10:59
OVERKLOC
4 hours ago🔴LIVE - CHILL SUNDAY GAMING - WHO KNOWS WHAT WE'LL PLAY
9.54K -
5:58:37
FrizzleMcDizzle
6 hours ago $0.49 earnedNightReign - Lies of P: Overture after - Come hang out
10.9K