c# - Update the Page without refresh it -
goal: when click on row (1), new info shall display (3.) without whole webpage updated/refreshed.
problem: 1. need advice , don't know find funciton display image number 2 , how display info , new object (3.) without update/refresh whole webpage?
and
2 how create icon display loading picture?
information: - page based on asp.mvc c#
use ajax functionality of either jquery or mvc ajax helpers.
you can find jquery ajax here.
and mvc ajax helper lib here
and here
you can create ajax phone call server's websevice , can homecoming 1 of known web format (for e.g. json or xml). when webservice phone call returns can "inject" info in html page either javascript (dom manipulation) or using mvc helpers.
here's 1 help.. http://www.asp.net/mvc/tutorials/older-versions/javascript/creating-a-mvc-3-application-with-razor-and-unobtrusive-javascript
c# javascript asp.net-mvc
No comments:
Post a Comment