Skip to main content

All Questions

0 votes
1 answer
243 views

Being prompted for login credentials windows authentication asp.net mvc and knockoutjs

I am trying to access a site using windows authentication. The site is an asp.net mvc 4 application and uses knockout.js and jQuery for the client site. I am prompted for a login and if I cancel the ...
Paul Daniels's user avatar
1 vote
1 answer
129 views

Uncaught ReferenceError: mozRTCSessionDescription is not defined

I have an ASP.NET MVC app (.NET Framework 4.6.2) which has a front end on Knockout.js it also uses signalR. The app was working fine until we upgraded Firefox to version 113.0 and 113.0.1. The app ...
IntelligentCancer's user avatar
0 votes
0 answers
34 views

Page auto reloading for no apparent reason

I am having a bug with a project that I am finding very hard to reproduce but it is a serious bug. As part of my attempt to fix it, I would like to know the answer to the following question: what ...
Rabbi Kaii's user avatar
0 votes
1 answer
201 views

Ajax call request are taking longer time to execute

In an MVC & knockout.js application call is being made using following function GetCalendar: function (monthYear) { var html = ''; $.ajax({ url: baseURL + 'ajax/GetCalendarHTML', ...
Learning's user avatar
  • 19.8k
1 vote
2 answers
221 views

Resolving IDOR in Asp.net MVC and Knockout js application

We have an application which is already in production where an IDOR vulnerability was detected in an endpoint "CustomerKey". This contains customer ID which when used brute force allowed for ...
IntelligentCancer's user avatar
0 votes
0 answers
51 views

ASP.NET MVC: Load PartialView Only Once

We are using ASP.NET MVC 4 and KO (KnockOutJS) for frontend side. For making components in KO, we are using ASP.NET MVC partial views (consist of script and template). Some of our components depend on ...
Yousef_NL's user avatar
0 votes
1 answer
158 views

Dynamically created Knockout observable does not change value when a bound control (also dynamically created) is changed

I'm working on an MVC Web application with ASP.NET and Knockout js (V3.5.1). I'm struggling with Knockout observable not updated when an input value is change. Both of them are dynamically created in ...
Katherine Ha's user avatar
0 votes
1 answer
63 views

Selected option is not updating with knockout

I can't make the ImageType(name) update when the select is changed and the data has already been created (obtained from the model), only when a new element is created I can see that when I change the ...
Diego_DX's user avatar
  • 1,071
0 votes
1 answer
95 views

Knockout and DataTable and custom data binding

In ASP.NET MVC Project I am using Knockout and DataTable for data binding, I add data to table like that: <tbody data-bind="dataTablesForEach: {data: customerList, dataTableOptions: ...
MrMustafa's user avatar
  • 305
0 votes
0 answers
153 views

Cannot pass error from controller to view in MVC

I am trying to pass an error from the controller to view to javascript. However, I am not able to capture the error that I am passing from the controller. Below is the code. When if(signInValid) is ...
Rnue's user avatar
  • 105
0 votes
1 answer
385 views

Upload file using knockout-file-bind

I am trying to send a multipart form consist of text and file type using knockoutjs. There is an error regarding data-bind file. Here's my formView: <div class="form-horizontal"> &...
whatISboolean's user avatar
1 vote
1 answer
573 views

How do I send a JavaScript array to a controller in a .net core 3.1 application?

The javascript side of things looks like this: var self = this; self.services = ko.observableArray([]); self.saveServices = function () { if (self.services().length > 0) { ...
CrazyLegs's user avatar
  • 588
3 votes
0 answers
137 views

using bootstrap 3.37 header dropdown menu and tranlsating jquery to knockoutJS

I was looking at this article to apply header menu with dropdowns in my mvc5 knockoutjs solution. https://jdmdigital.co/news/codex/bootstrap-3-secondary-dropdown-menu/ The frontend it looks nice, and ...
lonelydev101's user avatar
  • 1,731
0 votes
0 answers
55 views

Why my function is being called on by itself

Im using knockout.js and MVC .NET I was hoping to create a button foreach service that I have. That button should just populate some values in textboxes. But, however, that function click: $parent....
lonelydev101's user avatar
  • 1,731
0 votes
0 answers
557 views

Bootstrap tooltip in the same partial view renders when the partial view is initiated from one page, but fails when initiated from another

I have a common partial view (_New.cshtml) that is rendered from two different pages (Loads-1 and Loads-2) in the application. Within the partial view there is a tooltip (on hover). The tooltip ...
Nayak S's user avatar
  • 438

15 30 50 per page
1
2 3 4 5
81