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

Pass (Send) values from Controller to View using Form Collection in ASP.Net MVC

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) values from Controller to View using Form Collection in ASP.Net MVC Razor. This article will also illustrate how to get values of TextBox created using Html.TextBox helper function and the HTML INPUT TextBox element using Form Collection inside Controller in ASP.Net MVC Razor. Form Collection is a Key-Value pair collection and the value of each submitted Form field can be accessed using its Name attribute value.

Viewing all articles
Browse latest Browse all 4757

Trending Articles