Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4757

Pass (Send) data from one View to another in ASP.Net MVC

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) data from one View to another in ASP.Net MVC Razor. The data from the Source View will be posted (submitted) using Form Post to the Controller’s Action method of the Destination View. Then finally, the received data will be displayed in the Destination View using ViewBag.

Viewing all articles
Browse latest Browse all 4757

Trending Articles