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

ASP.Net MVC: Pass data from View to Controller using TempData

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to pass data from View to Controller using TempData in ASP.Net MVC Razor. TempData itself cannot be used to send data from View to Controller and hence we need to make use of Form and Hidden Field in order to pass data from View to Controller in ASP.Net MVC Razor.

Viewing all articles
Browse latest Browse all 4777