Here i am explaining my experience in using JQuery with MVC. MVC stands for Model , View and Controller. Web applications written according to MVC framework has there presentation layer or User interface embedded in views flooder, so what user sees in his or her :P browser is these views. if you choose JQuery to design your views, you might wonder , how a view can call controller when using J Query. it is done as follows.
First I like to introduce this JQuery method of calling controllers vs usual MVC controllers method of calling controllers. what ever the method you are using, all you want is , you need to post some data to the relevant action in the controller. and as per the action user must be shown with relevant output.
If you are using ASP.net,
No comments:
Post a Comment