Uncaught ReferenceError: Unable to process binding with Ajax
问题 I have two layered MVC4 .NET Application with DAL and Web layers. I am having problems when trying to bind data with Ajax returned data. On Html, i am trying to get SubcriteriaList members and create the table for each member while filling their values. HTML: <h2 style="text-align:center">Criteria Info</h2> <table align="center"> <tr> <th colspan="3">Subcriteria Info</th> </tr> <tr> <td> <table class="table-condensed"> <tbody data-bind="foreach:SubcriteriaList"> <tr> <td> <table class="table