1
Reply

How to create single screen for search, edit, save in MVC

Arvind Singh Baghel

Arvind Singh Baghel

Jul 12 2016 6:24 AM
236
Hi 
I am new in mvc, i just started learning mvc, i want to create one single screen for search, display, edit & save. i want to have one upper section for search (1/2 text box to enter values)
with search button, middle section with table to display search result, and lower section with some text boxes and save/update button.
functionality : 1.  save button should save the value and update table with saved values.
2. when i click on the search button the table should bind with result 
3. when i select the table row the selected row value should populate in the lower section details 
4. and when i click on the save button/update button the value should save/update  
 
i am yet able to do same with different view save view the go to link to details view the edit
but i want on the single screen.
please give me any ides or link how can i do the same.
thanks 
 

Answers (1)