Friday, March 23, 2018

ASP.NET MVC updating only bits of a view

Okay so I have a currency conversion application that contains two features, one to actually convert, and the second feature which contains a list of currency where a user can search and apply exchange rates to each of the currencies within the list.

My issue is that if I was to convert and display the conversion, then filter the list the conversion would disappear. I have an understanding that this is due to both calls being applied to a single view and if the conversion values are left empty then obviously there wouldn't be any data to display.

Is there any way to combat this? by this I mean am I able to make the calls independent of each other and keep the values they previously displayed? maybe by separating the calls into their own views and combining these views into a single view?

Hope this makes sense, any advice would be appreciated

ASP.NET MVC updating only bits of a view Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team