Skip to main content

All Questions

0 votes
1 answer
46 views

ASP.NET Core - Change Url of Product Details when select Color

I am working on E-commerce Laptop. I want when the user chooses another color in the select drop-down, it will redirect to the product of that color. I am using JavaScript to redirect the URL, here ...
John's user avatar
  • 63
0 votes
0 answers
22 views

error while saving data from page to xml file

I have 2 accounts one is confirm and other one is unconfirm. whe user click on reportComparison button, it shows data of both accounts. if user think data is wrong he can change it from available ...
musfirah hamid's user avatar
0 votes
0 answers
18 views

ValidateAntiForgeryToken doesn't work with jQuery, what am I doing wrong? [duplicate]

If I put using (Html.BeginForm(... it works. If I call the same action from jquery, it doesn't work. I put the token generated by @Html.AntiForgeryToken() while sending the request. It shows error &...
Ashok Goswami's user avatar
1 vote
0 answers
32 views

How to disable a list of checkboxes (ListBoxFor) using a second (single) checkbox

I have a listbox with a bunch of race/ethnicity options in it that need to be disabled when you click a specific option (in this case, not reported). I have code to replace the existing list of ...
Xero Terragoth's user avatar
0 votes
0 answers
59 views

Highcharts tooltips disappearing in tabbed layout

I have a bunch of highcharts charts all over my website. If they are all put on the same tab they all load the legend and the tooltips correctly. But if they are on different tabs the tooltips ...
Snake3ite's user avatar
1 vote
0 answers
437 views

How to bind dynamic data with pie chart using jason ajax in MVC C#?

How to bind dynamic data with pie chart using jason ajax in c# My requirement is to bind dynamic data with pie chart. So using jason ajax I got the record from database using below code. $(function () ...
Geeta Chauhan's user avatar
1 vote
0 answers
35 views

jquery validation rules for corresponding radio button on checkbox checked

I have following models public class Course { public int? id { get; set; } public string? name { get; set; } public string? tooltip { get; set; } } public class Department { ...
IMRUP's user avatar
  • 1,493
-1 votes
1 answer
87 views

Jquery: How to move ajax post list data from action to other action successfully?

[Picture1](https://i.sstatic.net/HiIHU.png) İ try to send with ajax table data. Data can pass successfully passing to action as a parameter. But When i try to passed data to another action via ...
Osman TÜRK's user avatar
0 votes
0 answers
165 views

IP Cam live video feed using server end to front end C# MVC

Im making a c# mvc app and I have ip cam which is connected via a vpn to server pc. Ip cam is only available when the vpn is connected. Without the vpn i cant code it into view becasue the client end ...
Nishantha Maduranga's user avatar
0 votes
0 answers
43 views

Web Grid displays all data when you click the header link while in category, how do you make it stay in the current category list?

I have a web grid (MVC Razor) with Category buttons and even a category drop-down that basically does the same. When I press the category button, the web grid populates the category list, just like it ...
Chris Singleton's user avatar
0 votes
1 answer
68 views

Get the value of the button chosen using J-Query from MVC Razor Page?

I have created a loop in an MVC Razor Page to create the number of buttons based on a category, but have not figured out how to get the value, which is a count number and the label of the button ...
Chris Singleton's user avatar
0 votes
1 answer
64 views

How to remove an item from DropDownList If No is Selected on Bootstrap Modal?

Scenario: User will select from a DropdownList. Here is the Dropdown code: @Html.DropDownList("ddlRequestMade", new List<SelectListItem> { ...
fl13's user avatar
  • 83
0 votes
0 answers
115 views

How to optimise my partial view loading time? (C#, MVC, jQuery)

For this feature, I want the respective tour package details (partial view.cshtml) to load in the main view (view.cshtml) as I select the different options. The problem I am facing now is that, the ...
Domi's user avatar
  • 27
0 votes
3 answers
47 views

Jquery Append Parameter inside <a href='@Url.ActionLink()'></a>

I have the below code inside a Jquery function $.each(array, function (index, value) { var id1 = value.match(/\d+/); $("#linksList").append("<li>&...
Sribin's user avatar
  • 317
0 votes
0 answers
305 views

ClosedXML SaveAs() Not Returning File

Here is the method inside my controller: [HttpGet] public ActionResult Export() { //var svc = new Misc(); var dt = new DataTable(); dt.Columns.Add("Name&...
Brandon 's user avatar

15 30 50 per page
1
2 3 4 5
30