Hi All,
I have 2 concerns.
- I have a web Form in ASP.NET MVC. and it has several pages, When user fills out information in the Form, and user moves to next page and there is another form so on and so forth. My Concern is that when user changes his mind that he wants go back and make changes on the previous page, How can i hold that information when user go back to the previous page?? If anybody can let me know the BEST way to hold that information which doesn't make the application slow down? if multiple users are using the application like 10 people.
2nd concern is that, The web application contains multiple pages, actually all of those pages takes information from user, It is not convenient and good looking to have all those input fields on a single page with the help of scroll bar. I decided to divide them up and put them on multiple pages so that they can organized well, so that is the reason i put them into Multiple pages.
WHAT my question is: IS that making multiple pages is good approach in ASP.NET MVC? OR there should be single Page and use WEB TAB control and organize all the controls (Textboxes, dropdownlists etc) on different tabs? and which approach will work BEST? which doesn't make the application slow.
If anyone answer these questions with some good Logic that would be very much appreciated. Looking forward to receive response from you guys soon.
Thanks,
S