Skip to main content

All Questions

Tagged with
1 vote
1 answer
48 views

Partial View is not loaded after main page is rendered

I have a razor main page with a selector that is loaded with the OnGet() event, when the user clicks in a value of this selector a jQuery function is called to load a partial view with some values. ...
J003_'s user avatar
  • 47
1 vote
0 answers
77 views

Why SignalR hub doesn't update a new function added?

I am working on a SignalR and C# project. I already have a hub and it's working fine. But some days ago, I wrote a new function in the hub to use in one of the screens in the system and run the code. ...
César Alejandro Guerrero Nava's user avatar
0 votes
1 answer
57 views

How do you save a page by button click on page exit using javascript

I have tried just about everything i can think of to trigger a button which triggers the save page event on page exit yet it never fires. I want the event to fire whether the button is visible or not ...
ghostfly's user avatar
0 votes
0 answers
48 views

exception error on server iis input string not in correct format

I work on asp.net MVC application . I get error input string not in correct format i don't know what is the reason of this issue and which line give me this issue on local pc issue not happen but on ...
ahmed abdelaziz's user avatar
0 votes
1 answer
134 views

ASP.NET Core MVC Empty Request Body .NET 7

I get an empty Request.Body in the controller when I make a request to the controller from the frontend part, but if I use Postman, then everything works. When I sent request from Firefox, request ...
RNG_SMB's user avatar
0 votes
0 answers
59 views

How to use Dropzone with autoProcessQueue set to false in .net8

I want to use Dropzone in .net8 MVC project with autoProcessQueue option set to false. I'm trying with this https://stackoverflow.com/questions/58815724/how-to-integrate-dropzone-js-with-asp-net-core-...
Miguel27's user avatar
  • 101
0 votes
2 answers
104 views

Is there a way to limit the number of items displayed in Kendo ui multiselect dropdown asp.net mvc?

I have a kendo ui multiselect with like 60 values shown in the dropdown. Is there a way to only show like 10 items in the dropdown rather than all 60? @(Html.Kendo().MultiSelect().Name("...
ANK's user avatar
  • 71
0 votes
1 answer
53 views

How to use jQuery to assign value of Health Status to Hidden field?

I work on asp.net mvc I face issue i can't store value of health status on hidden field using jQuery then pass hidden field value after get value to Approve function when click agree button click . on ...
ahmed abdelaziz's user avatar
0 votes
0 answers
14 views

Datatable fnRowCallback gaving error Jquery Datatable

I am working with datatable fnRowCallback is gaving error when aoData has 191 rows which are visible in the browser The thing it is doing is making background color change based on records as it is ...
Asad Iftikhar's user avatar
-1 votes
1 answer
88 views

How to get value of checkbox true or false on javascript submit function? [duplicate]

I work on asp.net MVC web application my issue can't get value of checkbox on submit function javascript . if I select checkbox Yes then value true on submit function . if I select checkbox No then ...
ahmed barbary's user avatar
0 votes
1 answer
79 views

when change checkbox from Yes to No not sent value correctly to submit function when click approve button?

I work on asp.net MVC application I face issue when change check box (Yes to No) OR (No to Yes) not detect value true or false correctly . I have two check box Yes represent true value No represent ...
ahmed abdelaziz's user avatar
0 votes
1 answer
28 views

How to display speak stuff no selection by true or false if speak stuff property is null or no values?

I work on asp.net MVC web app I face issue i can't make check box no selection if value of speakstuff property is null so i will not make default value false . i need speakstuff property when display ...
ahmed abdelaziz's user avatar
0 votes
1 answer
45 views

jQuery Ajax call - Json unable to be passed to the controller (only null as values) only FormData with processData: false, contentType: false

I am running into a strange situation where my Reply method will have all values of my form be null when passed a Json object to the controller, whereas, within the same controller the Create Method ...
Henry's user avatar
  • 25
0 votes
1 answer
51 views

Change color of multiple labels in ajxax jquery and .NET Core MVC

I am creating a function that allows users to select answers with a radio button. After selecting all answers, the user clicks Submit and the answer label will display the following 3 cases: When the ...
ĐÌnh Hiếu Trịnh's user avatar
0 votes
2 answers
395 views

Why does FormData cause 400 bad request?

UPDATE 3: //program.cs using Microsoft.EntityFrameworkCore; using Zeel.Onboarding.DataModels; using Zeel.Onboarding.Models; var builder = WebApplication.CreateBuilder(args); // Add services to the ...
djack109's user avatar
  • 1,349

15 30 50 per page