Skip to main content

Questions tagged [asp.net-ajax]

ASP.NET AJAX, previously called "Atlas," is an extension of ASP.NET developed by Microsoft for creating more interactive and responsive web pages. It's a set of technologies that enable you to make asynchronous requests from the client (browser) to the server, hence updating parts of a web page without reloading the entire page.

asp.net-ajax
0 votes
0 answers
42 views

Checkbox is not selecting paginated data in JavaScript

I have a C# MVC project , in which I am trying to select all the checkbox using header checkbox in table. but on selection it only selects first page data not all paginated data. I am using AJAX for ...
Pam's user avatar
  • 15
-1 votes
1 answer
27 views

i want to pass all list after doing the post operation in Ajax

***I am trying to pass a list from controller to ajax in success. Its a post request from ajax. *** When I am trying it comes as [model model] *This my controller public JsonResult CreatePackage(...
Rajat Bhandwalkar's user avatar
1 vote
1 answer
59 views

ASP.NET Core: AJAX call not reaching controller method

I'm encountering an issue where my AJAX call isn't reaching the controller method in my ASP.NET Core application. Despite setting up the AJAX call and controller method, I'm receiving a 404 error. ...
akhilesh jain's user avatar
0 votes
1 answer
63 views

Display a list as Modal

I want to display the list of cities of each state in a modal form when the user clicks on that state. Unfortunately, whatever I did, I could not solve this problem. I will show the ASP.NET Core code ...
koorosh nadimi's user avatar
0 votes
1 answer
31 views

Can't get data in controller from Ajax in ASP.NET Core MVC

I am trying to pass data from a view to my controller. I am getting the values in Ajax correctly, but I am unable to pass them to the controller. I get the comment in controller as null always. Ajax ...
M.Jafar's user avatar
  • 63
0 votes
1 answer
22 views

Adding Ajax to aspx pages

I am working with a very large project that is running on ASP.NET framework. I am trying to add some new functionality to make the application more userfriendly and I need to use ajax. I have used ...
ns95's user avatar
  • 21
0 votes
0 answers
42 views

Creating tabs similar to the tab structure in Google with C# .net-core mcv

enter image description here Hello friends. I'm asking for help with something. I want to set up a structure in the asp.net core web mvc project. In fact, this structure is similar to Google's window ...
ugurgzlks's user avatar
0 votes
0 answers
45 views

ASP.NET MVC Date Input Not Binding Correctly in AJAX Post Request

I have built a form which take checkInDate and nights as input. But in the backend when I am debugging it is not showing the date correctly. It is displaying nights correctly but checkInDate is shown ...
Anand's user avatar
  • 45
0 votes
0 answers
20 views

How to pass parameters of a controller function with AjaxExtensions.ActionLink via request body?

I was using LinkExtensions.ActionLink (with HtmlHelper) to pass parameters to a function in a controller. It's a significant amount of data that I convert to and from base64 using a model binder (an ...
TEK's user avatar
  • 1
1 vote
1 answer
26 views

ASP.NET MVC after serializing my data and sending http POST request the Controller receives a null parameter

I am trying to send an array with about 600 items of type Customer. The latter is a class I am using as a model which contains: public class Customer { int ID {get; set;} string Name {get; set;} ...
user2529011's user avatar
1 vote
1 answer
47 views

Runs in Visual Studio but returns 404 error when deployed in IIS

Hi everyone I hope everyone and safe and doin’ well. I just really need your help with an error I have been fixing for less than 2 weeks. I have created Asp Net Core Web-App, when I run it with IIS ...
neckart's user avatar
  • 13
0 votes
0 answers
88 views

ajax request failing with "TypeError: Cannot read properties of undefined (reading 'open')"

Feel like I'm missing something obvious (I don't work with javascript or jQuery, I'm just playing around with it in my spare time), but I can't figure out why my ajax request won't work - can't find ...
Ieuan Griffiths's user avatar
1 vote
1 answer
21 views

How to access navigation image properties in Json returned ASP.NET Core 6

Here my example JSON return when I using Ajax : { "$id": "1", "$values": [ { "$id": "2", "productId":...
John's user avatar
  • 63
1 vote
1 answer
55 views

How to call an action on ASP.NET MVC without postback?

I'm working with the WhatsApp Business Cloud API C# Wrapper Library and SignalR in a project to create a real time chat for a webpage. I've managed to separate the messages sent to the website ...
George1917's user avatar
1 vote
1 answer
63 views

How to filter the product without reload the page in ASP.NET Core 6

I'm trying to filter product data by brand when the person is on the product category page. Here the view product category. So, I want to do the filter by brands by side bar on the left. I use ajax so ...
John's user avatar
  • 63

15 30 50 per page
1
2 3 4 5
354