All Questions
Tagged with javascript asp.net
34,145 questions
0
votes
0
answers
31
views
Bootstrap modal working proper but not with overlay component
The current interaction behavior is that after I click submit the form, it should have delayed time with spinner and success message but they're still not showing only modal close in setTimeout() ...
1
vote
1
answer
101
views
Disable PayPal "Ship to billing address" option
Our ASP.NET app sells only digital goods and doesn't need the "Ship to billing address" checkbox shown. Using the code example from the PayPal Checkout documentation, I've got the following ...
-1
votes
1
answer
55
views
asp.net How Do I Change a Cursor From Wait Back to Normal After a Server Process Has Executed With No Postback?
I have a website that, after the user clicks an Imagebutton, calls server side code to create an Excel file and downloads it. This process can take about 20 seconds to finish so I'm wanting to change ...
2
votes
1
answer
40
views
vue js set-upping echarts gauge not working
I am using .net7.0 web app where js are added like bellow, I can use bar chart but I need gauge chart and when I am changing the type getting this error in the console, it says import { GaugeChart }, ...
0
votes
1
answer
63
views
Drag and Drop files upload the Request.Files.Count is zeor
The javascript for drag and drop files can show the file information but when I save the file on the server on vb.net, I get Request.Files.Count is zero. Also I saw error on debug in VS
Upload failed: ...
-1
votes
1
answer
54
views
After open bootstrap modal and close i can't reopen again why?
I open bootstrap modal and close it without any issue
when I try to reopen again for second time after closing it
it not open so how to fix issue
so how to solve this issue
I can open bootstrap ...
1
vote
0
answers
37
views
MVC 6 JavaScript post not working on server but works on localhost (503 Service Unavailable) [duplicate]
I have an ASP.NET Core MVC application where a JavaScript fetch POST request works perfectly on localhost but fails with a
503 Service Unavailable
error when deployed to IIS. The request is made to ...
-1
votes
2
answers
95
views
call Javascript from code behind in asp.net web form
I need help calling this javascript function after gridview2 is updated with information from a sql query. The gridview updates from the database no problem, and I can use a button to manually call ...
0
votes
1
answer
78
views
What could be interfering with MaintainScrollPositionOnPostBack="true" on ASPX website
Purpose
I am building an ASPX website. It is a form type of webpage, there are 55 questions. For each question, there are three answers, and to lay these out a use a CSS grid style to make sure ...
1
vote
2
answers
84
views
GridView value when using Javascript to open page
In my GridView I have a HyperLink which takes a value from the selected row and opens it in a new page. This works fine. Howevever, I need to call a javascript to open the page instead. Once I do this ...
0
votes
0
answers
66
views
I'm getting a 401 (unauthorized) status code when using my service principal access token to call the Users.GetUserArtifactAccessAsAdmin API
I'm trying to use a service principal to call the Users.GetUserArtifactAccessAsAdmin API in .NET.
I can obtain the access token for the service principal, but when I make the API call, I receive a 401 ...
0
votes
0
answers
23
views
why reset button X not display above selected item value on jQuery after add default option with Arabic and English? [duplicate]
I am currently working with jQuery and have encountered an issue regarding the reset functionality for a dropdown list. Specifically, after adding default options in both Arabic and English, the reset ...
0
votes
0
answers
89
views
why compare two dates Journal Date with date Today Not matches or not working on jQuery?
I work on the client side using jQuery and I am facing an issue where the journal date is
less than the current date but still matches the criteria, causing the condition to be met
and the code to ...
-1
votes
2
answers
55
views
Cannot export file on .NET Core application
I'm working with a .NET Core application.
I can see the data on the view, but if I try to export this data (in Excel (using closedXML) or csv file), It doesn't works. Checking on devTools there is not ...
0
votes
0
answers
25
views
Cannot upload file with ajax and asp.net webservice in shared hosting
I have created an application to upload files to a folder using ajax request and asp.net webservice.asmx. It's working fine in my local system with IIS. But when I hosted it in my Mochahost shared ...