Sundaram Subramanian

Sundaram Subramanian

  • 71
  • 26.2k
  • 1.4m

MVC CRUD in Single Page

Jun 20 2017 12:04 AM
I need a sample page for doing CRUD operations in a single Page using MVC, where the POP up should not occured. Without the Pop up, the Values should be Binded. 
 
Eg: When i click the Edit Button, the values should be binded to the Controls directly (To the Hidden Control) , Instread of Pop up. I saw many examples with popup. I dont want a popup.