Skip to main content

All Questions

1 vote
1 answer
466 views

Issues Running Web App in Visual Studio using Microsoft Edge

I have inherited a MVC application (Visual Studio 2013) using Angular that is not working when viewing the app in Microsoft Edge. When the browser is set to use Microsoft Edge when debugging in VS I ...
user2073183's user avatar
1 vote
1 answer
487 views

JavaScript not recognize Lambda expression function visual studio 2013

As you can see below,i am using lambda expression to declare function in javascript file but it gives me syntax error and says its not a valid syntax,Where i am wrong?
Abolfazl's user avatar
  • 1,662
0 votes
1 answer
191 views

Knex operation throwing exception

I'm trying to write an UPDATE statement with Knex. The SQL I'd like to output is: UPDATE customers SET "month_value" = "src"."month_value", "modified" = NOW() FROM ( SELECT COALESCE(SUM("month_value"...
runnerpaul's user avatar
  • 6,708
0 votes
0 answers
40 views

Definitely typed library support for Typescript 1.8.5

I have searched for clues on how to work with Definitely typed libraries that work with typescript 1.8 but haven't found anything helpful. My environment is Visual Studio 2013 with Typescript 1.8. ...
Aninda Sen's user avatar
0 votes
0 answers
336 views

Sorting the Gridview table using C#

Currently, I need to sort one of the columns in my Gridview table. The data in the gridview table are retrieved from the SharePoint list instead of retrieved from the SQL database. I have no idea ...
Lisa Lau's user avatar
0 votes
1 answer
150 views

Writing WebTests using Visual Studio 2013 for a website written in C# and Javascript

I am writing a WebTest using Visual Studio 2013 for a website implemented in C# and JavaScript. Here are the steps that I am following, and the issue I am running into. Note: I do not have access to ...
OceanBlue's user avatar
0 votes
0 answers
88 views

Code coverage results not appearing in VS 2013 using Chutzpah

I have configured Chutzpah nuget package in VS 2013 Premium. I am using jasmine to write my test cases, I am able to see the tests are running on the Unit test windows but I am not able to see the ...
sajesh Nambiar's user avatar
1 vote
1 answer
137 views

Unable to load module with extention js in TypeScript and Systemjs

Get request by Systemjs is not adding extention .js to the url. These are my TypeScript Classes customer.ts import {Address} from "./Address"; export class Customer { private _customerName: ...
Mayank's user avatar
  • 1,381
1 vote
2 answers
194 views

Knockout.js viewmodel changes, but check marks don't change on published site

I am working with a Razor page that utilizes Knockout.js for the interface handling. While the viewmodel changes the values, and the database stores them correctly upon saving, the check marks do not ...
Evoker's user avatar
  • 135
1 vote
0 answers
161 views

VBA versus VB.NET - triggering Javascript functions

I'm fairly experienced in VBA and automating various applications; Internet Explorer being one of them. I recently made the jump to VB.NET / Visual Studio (2013). When it comes to automating with VBA /...
Singularity20XX's user avatar
0 votes
1 answer
351 views

What does the arrow mean in JS file in Visual studio editor?

Have seen this in one of the dev machines in a tech forum. They have the arrows being used instead of tabspaces in JS file. Attached a screenshot of the same. What is this btw ? Picture: I ...
now he who must not be named.'s user avatar
0 votes
2 answers
121 views

Bootstrap / JQuery issue when running project

Morning folks, I am using Visual studio 2013 and have an MVC project that I am working that uses the Bootstrap Twitter datepicker. I have no issue with the datepicker on my form as such, this does ...
Betty Lazzari's user avatar
0 votes
2 answers
808 views

parsing model to javascript object

I'm trying to parse my model into a javascript object in my razor view. Everything worked fine until a \n char was added to some of the strings in my model. I've tried to solve this using several ...
Yoav's user avatar
  • 3,366
-1 votes
1 answer
67 views

Visual Studio 2013 weird stuff 0 becomes 0x0, 1 become 0x1 etc

I encountered weird stuff in Visual Studio. When I tried to breakpoint on Javascript, the int values displays as HEX or something. 0 = 0x0, 1 = 0x1, 10 = 0xa etc... See Image
Jesse Castro's user avatar
0 votes
1 answer
88 views

How to override icon class after plugin is loaded?

I am using dhtmlxTreeview: https://dhtmlx.com/docs/products/dhtmlxTreeView/ I need to override an icon that is in a CSS file. If I go to the CSS file and override class, it is updated in the browser. ...
David Lerma Developer's user avatar

15 30 50 per page
1
2 3 4 5
24