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.
-
2:26:24
Tommy's Podcast
3 hours agoE739: Very Short Stream
16.4K1 -
2:46:55
TimcastIRL
5 hours agoDemocrats Launch DESPERATE MILLION Dollar Bid To Find "Liberal Joe Rogan" Project SAM | Timcast IRL
187K79 -
2:51:42
Laura Loomer
4 hours agoEP123: Trump Admin Puts Harvard In Their Crosshairs
32.5K13 -
6:29:41
MyronGainesX
1 day ago $1.79 earnedCharlie Kirk vs 400 Cambridge Students And Andrew Wilson vs Feminist
73.3K16 -
9:11:39
Bitcoin Magazine
1 day agoThe Bitcoin Conference 2025 | Day 1 Livestream
220K15 -
23:08
Producer Michael
11 hours agoWE FINALLY FLEW HIM TO BEVERLY HILLS! MILLION SUBSCRIBER GIVEAWAY
29.7K4 -
1:29:30
Glenn Greenwald
8 hours agoThe ADL's Censorship Mission Revealed | SYSTEM UPDATE REVISITED
76.1K30 -
LIVE
Reolock
6 hours agoWoW Classic Hardcore | Levels for DAYS
496 watching -
3:33:02
Barry Cunningham
6 hours agoPRESIDENT TRUMP WANTS TO HELP YOU BE RICH! AND THAT'S NOT A BAD THING!
50.8K12 -
2:05:09
Amish Zaku
1 day agoCall in Creations Volume 1 - Full Album
22.9K8