We all know about jQuery It makes Java Script developers life very easy. But in Some scenarios jQuery does not help. For example there is no way where UI and data communicates with each other without writing complex code. Here JavaScript library knockout comes very handy. Knockout.js implement...
Showing posts with label KnockOutjs. Show all posts
Showing posts with label KnockOutjs. Show all posts
Sunday, August 11, 2013
Saturday, May 4, 2013
Simple data binding with Knockout, Web API and ASP.Net Web Forms
In this post We are going to see How Knockout, ASP.Net Web API and ASP.Net works together smoothly. There are lots many examples of ASP.Net MVC,Web API and Knockout.js available on web working together nicely. So I thought it will be a good idea to write a blog post about how ASP.Net Web API, ASP.Net Web Forms,Knockout.js works together and how we can create simple data binding with Knockout.js.
ASP.Net...