arjun

arjun

  • NA
  • 46
  • 2.3k

how to return pages individually in single form

Oct 7 2013 12:49 AM
hi,
  
   I am developing an application in mvc. I have a form which contains some fields.these fields are shown in different blocks.
1.for example total fields 100.
2.by default 10 fields shown,by clicking "next" we will get next 10 fields..like that up to end
3.all are in one view.
4.Problem:
     when i click after entering data,it goes controller and perform some action like insert,update
then i have to return a view.but it is going to first 10 fields not current fields...because i have only one view.

5.i have to return view which shows current fields where i submitted  data. 

Answers (1)