Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
29 views

AngularJS $http.put returns 405 when published

I have an ASP.NET project with AngularJS. I am using $http.put to update a certain record in the database and I need the .then to do something later. I have an IIS server. When I test the code locally ...
Alaa's user avatar
  • 11
0 votes
1 answer
21 views

Angular Js Id convert to other formate

I'm using Angular js now I'm Facing error when button is click it will fire a function and this function is pass a value it will convert the value in like this : 1e+21 but the actual value is like ...
Siddharth RCS - Software Team's user avatar
0 votes
0 answers
56 views

How to Open Excel File Directly in Browser Instead of Downloading, Triggered by AngularJS Button Click?

I'm facing an issue with opening an Excel file directly in the browser upon a button click event in my AngularJS project. Here's a simplified version of my code: Here is my C# Code: private void ...
Mohammad Talha's user avatar
0 votes
0 answers
70 views

Front-end AngularJS alternative library for an existing SSR (Server-side Rendering) Apps using ASP.NET Core MVC

Since AngularJS is no longer have public maintenance and support, is there any new front-end library alternative to AngularJS for an existing SSR (Server-side Rendering) Apps using ASP.NET Core MVC? I ...
Darius Iko's user avatar
1 vote
1 answer
58 views

Streaming file from angularJS to ASP.NET on IIS

I need to send large file from client in AngularJS to Server in ASP.NET (.Net Framework 4.7.1). My backend is hosted on IIS. Because of IIS limits I'm not able to send file bigger then 2GB. I found ...
santal's user avatar
  • 81
0 votes
0 answers
94 views

HttpContext Request Files Count is coming zero

I am trying to get a picture from the user and upload it to a folder in my application. But, my file count is coming out zero in my Web API. Due to this, I am unable to upload it to the folder. I am ...
Maryam's user avatar
  • 25
0 votes
0 answers
20 views

AngularJS - ASP.NET OKta integration Url Issue

For one the applications, authentication implemented using OKTA. Technology Stack - AngularJS 1.5.x, ASP.NET MVC - .NET Framework 4.8 - OKTA Authentication As per OKTA integration document, added ...
Avi Kenjale's user avatar
  • 2,674
0 votes
2 answers
23 views

Asp.Net 4.8, Angular JS 2.0 datetimepicker issue in modal browser

I'm currently working with ASP.NET 4.8 and AngularJS 2.0 in my application, where I've successfully integrated a datetime picker. It's been working flawlessly across various parts of my application. ...
Thomas Charles's user avatar
0 votes
0 answers
84 views

How to get the date of server on which the site is deployed on?

I want to get the current date of server on which site is deployed on... our site is deployed on IIS and the system is in America. when we open URL,on date column it shows our current date i.e: my ...
Zoraiz Hammad's user avatar
0 votes
0 answers
25 views

Data not binding to ngModel what should i do

when i want to update form all data save but date not save in database what should i do here is code $scope.OnEditMode = function (obj) { $scope.selectedObject = obj; $scope.selectedObject....
MR. Tips's user avatar
0 votes
0 answers
32 views

ng-view is not working on AngularJS but others is working

I new to AngularJS, I working on it using Visual Studio 2022 Preview and Razor. I downloaded and added this three files, this way <script src="~/angular-1.8.2/angular-route.js"></...
Magnos's user avatar
  • 9
0 votes
0 answers
46 views

The selected stored procedure or function returns no columns. I am unable to get multiple data sets in my entity

I got this message: Please help me solve this public virtual int SP_GetPendingRequset_Example(Nullable<int> pageNbr, Nullable<int> pageRow, Nullable<int> user_Id, string empCode) { ...
KHUSHBU GUPTA's user avatar
2 votes
0 answers
163 views

How to solve $injector:modulerr Error in angularjs v-1.8.2

Angular $injector:modulerr Error after upgrading to angularjs v1.8.2 I upgrading my application to angular 1.8.2 and upgrated all JS files but in some page i have error like: Uncaught Error: [$...
Omid Sotooni's user avatar
0 votes
0 answers
190 views

Can't get domain user inside API - (AngularJs + ASP.NET Framework with Windows authentication)

I have this legacy intranet app using an AngularJS SPA consuming an an ASP.NET Web API (on .NET 4.6.1) and I can't manage to get the user authenticated on the domain inside the API, when calls are ...
Daniel Costa's user avatar
-3 votes
2 answers
572 views

How to store the image path in database

This is the code of my backend controller (asp.net core 3.1) my front end code (angularJS) my team has decided that we will upload the path of the these images stored in this folder in database, and ...
HandDizzy's user avatar

15 30 50 per page
1
2 3 4 5
113