Posting GridView Data to MVC Controller

Visual Studio 2013 provides a unified development environment for ASP.NET Web Forms and ASP.NET MVC applications. This unified environment is called as One ASP.NET. What it means for developers is that a single project can use Web Forms, MVC controllers and Web API. Under One ASP.NET at times the existing Web Forms may want to send and receive data to and from the MVC controllers. This article illustrates how this task can be accomplished.

http://www.binaryintellect.net/articles/11c3ad54-c966-4a3b-b752-0ed6067ba32a.aspx

 

No Comments