Skip to main content

All Questions

Tagged with
0 votes
2 answers
53 views

Problem in sending data to the controller through Ajax in ASP.NET MVC

I use this foreach: foreach (var item2 in RItem.GetChildItems(item.ID_Ca)) { <div id="@idc" class="accordion-collapse collapse" aria-labelledby="headingTwo2" ...
Hamed Javadi's user avatar
0 votes
0 answers
32 views

Popup is not displaying

If the user has made changes in the form and attempts to leave the page, a popup will appear. The popup is functioning correctly for leaving the page. However, when the user tries to switch tabs, the ...
vaibhav madane's user avatar
0 votes
0 answers
28 views

How can add drop-down from other table in my kendo grid

So I want to drop-down of the items that are present in other table and I want them in my kendo grid using asp.net Mvc so how can I do that ? I tried to take 2 columns name in my main model from the ...
Julius_1907's user avatar
-1 votes
1 answer
60 views

Run a script that checks for SQL Server changes that returns a boolean value

I already plan on doing this differently with webhooks, but for now I just need to show a PoC for this where the browser client will check on intervals if there's any changes to an SQL Server database ...
Ray Jay's user avatar
0 votes
1 answer
59 views

How to make a jQuery function work for same element in all rows of a foreach loop instead of just the first row?

I'm using ASP.net C# and I have a table for products where I have a function that gets called whenever there is a change in a dropdown list selection. My function works perfect currently, but only if ...
Kip M.'s user avatar
  • 57
-1 votes
2 answers
46 views

Call aspx.cs file function from jquery

I have button in aspx file as below : <asp:Button ID="btnSave" Style="display: none;" runat="server" OnClick="btnSave_Click" /> Now in aspx.cs file I ...
Naw's user avatar
  • 57
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
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
1 vote
1 answer
55 views

Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. in ASP.NET MVC application

I was trying to delete an individual row from jQuery data-table based on the userID by making the AJAX call from my jQuery and then calling my action method DisableUser(int userID). When I'm ...
codershhoder's user avatar

15 30 50 per page
1
2 3 4 5
314