Quantcast
Channel: coder i|o: #strings
Viewing all articles
Browse latest Browse all 138

Dynamic ViewState in ASP.Net WebForms - Part 2

$
0
0

From aboutmycode.com:

If you have worked with ASP.Net MVC 3 you are probably aware of ViewBag property which allows you to pass data from Controller to View by using dynamic properties instead of hard coding strings. While the properties still are not strongly typed and compiler does not check them it can provide an advantage. For example you can avoid casting as it returns dynamic objects.

Click here to read more

Tagged: #asp.net #webforms #forms #mvc #strings #properties


Viewing all articles
Browse latest Browse all 138

Trending Articles