0
votes
1answer
69 views

Phonegap and Asp.NET WebApi EF DB First

Has anyone converted a webapp designed using webApi? I am hoping to develop an a mobile targeted webapp using webAPI (web services returning json) on Azure using EF DB first and at a later date ...
0
votes
0answers
72 views

When listbox items are selected controller takes null parameter

I have multiple textboxes in my form which is sending ajax request with a certain Web-Api. However, when i add a listbox to my controls and select an item from it parameter of post api controller ...
1
vote
1answer
85 views

long ajax call breaking knockout binding

I am creating a personal website using durandal and knockout with the below code to bind a edit blog page. Everything worked great and I was able to bind the text area with the returned text of the ...
1
vote
0answers
67 views

Knockoutjs with cascading and asynchronous dropdowns

Using the environment of VS2012, ASP.NET MVC 4 project, with Knockout 2.2.1 (and woefully new to it all). I have three dropdowns that I'd like to populate, in the order of Manufacturer, Style, Color ...
0
votes
1answer
174 views

Metadata query failed for: Breeze JS

I was developing Breeze JS To Dos app using ASP.net Web Api. When I request to the resource I'm getting "Metadata query failed for: odata/Todos/Metadata; NaN". But when I manually request to ...
0
votes
1answer
74 views

How to make a ViewModel in knockout.js bind to an anonymous collection returned from a WebAPI?

below code works for me <div id="TickerBox" style="float: right;"> Newly Added Customer :<span data-bind="text: lastCustomer"></span><br /> Newly Added Product ...
1
vote
1answer
139 views

Knockout JS image binding

I am using knockout js in my single page application. I have a file upload input tag that I'm using knockout to upload the file with. In this case the files being uploaded are images. Once the image ...
0
votes
1answer
578 views

Breeze.js WebApi OData and Durandal

i am trying to implement WebApi OData with Durandal, Breeze and knockout. But I always getting below error : Unable to initialize OData. Needed to support remote OData services I created a view ...
2
votes
1answer
133 views

How is SaveChanges() called in BreezeController?

It appears that all the existing breezejs examples are passing entity models to and from the BreezeController. But almost all our pages built are using some form of view models. In the days we have ...
0
votes
1answer
316 views

Asp.Net MVC and the use of Web API and/or Knockout [closed]

I'm about to start a new Asp.Net MVC development and I would like to make the best choices. In my previous MVC development I enjoyed a series of things like: views based on view models client side ...
0
votes
1answer
75 views

How to add new features in ASP.NET and Web Tools 2012.2 to an existing project?

So Microsoft has released a new update for the Web Tools. Web Tools 2012.2 Scot Gu Blog However the way it is designed, it will not update the current project, I would like to update a current project ...
0
votes
0answers
50 views

knockout and amplify request

I tried to create a short list of products using WebAPI, knockoutjs and amplify however I have a problem when executing, the request does not populate my knockout observableArray. The code that I ...
1
vote
1answer
354 views

Knockout-Kendo.js DatePicker / WebAPI / ISO 8601 Date binding

I'm having troubles with the ISO 8601 format as generated from the ASP.NET WebAPI and binding to the KendoUI DatePicker widget using Knockout-Kendo.js. References: ...
0
votes
1answer
50 views

Entries delete from knockout ui, but not from db

I use WebApi in MVC 4 with EF, Ninject. In client i use knockout.js end it's delete my entries from UI, but it's still in DB. Add, update action works fine. Client code: self.removeUser = function ...
1
vote
2answers
183 views

Issue binding JSONP data with Knockout.js

I am working on a web project that involves a cross-domain call, and I decided to use Knockout.js and ASP.NET Web Api. I used the Single Page Application template in VS 2012, and implemented the ...

1 2 3 4
15 30 50 per page