Skip to main content
0 votes
1 answer
73 views

I need to pass some data from an .aspx file to its code behind file. <form id="form1" runat="server"> <div> Name : <input type="text" id="...
blue piranha's user avatar
  • 3,918
0 votes
0 answers
70 views

I’m running a web app on an intranet IP over plain HTTP and seeing inconsistent login behavior on a Zebra PDA using an Android embedded browser or WebView. Desktop browsers work reliably. Login is ...
Bodhi Silberling's user avatar
1 vote
1 answer
73 views

I have this script on my main page. There are quite a few lines that are not directly relevant to the Ajax request but I've left them in in case that are having some unwanted effect. $(document).ready(...
TrapezeArtist's user avatar
0 votes
0 answers
69 views

I would appreciate some guidance in getting my modal file download button to work. I am developing an image library in CodeIgniter 4. The landing page is a grid of all uploaded images as thumbnails. ...
Peter Riley's user avatar
Advice
0 votes
2 replies
13 views

https://developer.chrome.com/docs/devtools/overrides when the API name is followed by a number like ?_=*, the override always fails. Is any additional configuration required overrider a api like /...
munan's user avatar
  • 373
1 vote
0 answers
85 views

I have an ASP.NET MVC form with cascading dropdowns (Category -> Sub Category). Everything works fine when the form is rendered normally in the view. However, I changed my code to render the form ...
Mohamed Abdul Hamid's user avatar
1 vote
0 answers
122 views

I wrote ajax for django to add products to cart, I use internal js which runs but when I put that code in external js file it doesn't work, Although I received the ID and csrf_token. html <main ...
Samyar's user avatar
  • 35
0 votes
1 answer
79 views

I have a form in a partial view. The view receives a "model". @model EditUserViewModel @{Layout = null;} <form asp-action="Edit" id="EditUser" method="post"&...
AMP59's user avatar
  • 45
0 votes
1 answer
83 views

I'm trying to call a simple static WebMethod in my ASP.NET Webforms page using jQuery Ajax, but it doesn't seem to be working. I've tried enabling anonymous authentication and other fixes suggested ...
Aswinth's user avatar
1 vote
1 answer
107 views

I know this has been asked 1000 times already, but I'm not seeing anything wrong in my code and am still getting a 400 error (XHR). Here is the code from my plugin: require_once( plugin_dir_path( ...
someguy's user avatar
  • 29
0 votes
1 answer
100 views

I'm trying to rewrite an old HTML and plain JS frontend project using Vite and Preact. I created the project as suggested in the Getting Started docs via: npm init preact The basics seem to work fine....
derpirscher's user avatar
  • 17.7k
0 votes
2 answers
95 views

I have an .aspx web form. When Ajax Calendar is changed, I'm not being able to capture date since there is no Selection_changed event firing. I tried to fire one, but that is also not working. Not ...
SilverFish's user avatar
  • 1,118
1 vote
1 answer
59 views

I'm trying to make 3 sequential GET requests using RxJS ajax operator. If one of the ajax requests throws an error(404 status code, for example), the rest won't execute. Is it possible pipeline to ...
Igor's user avatar
  • 374
1 vote
0 answers
146 views

I am trying to pass a javascript array of objects to a .NET controller action List<> parameter. Below is my C# public bool ImportACE([FromBody] List<Element> elements) { foreach(...
NerdyDriod's user avatar
0 votes
4 answers
77 views

I am trying to use a javascript form to submit data to a server I control. The form works great and the data is submitted to the server, but I can't get the javascript success and fail subroutines to ...
James B's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
14722