Skip to main content

All Questions

Tagged with
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
49 views

Calculating the Line Total Amount in the table JavaScript

I'm creating an invoice view for my asp.net MVC project. Currently, the selected item is added to the table and there it shows the Item Name, Qty, and Amount. I want to add the Line amount also. The ...
Dev Beginner 's user avatar
0 votes
1 answer
46 views

Getting Dynamically added table row selected Id from the Javascript

In my application, Here adding new rows with the dynamic ID assigned from the loop. In the view, I'm creating a Purchase Order, and here I adding the rows to the table. So Here When the Select value ...
Dev Beginner 's user avatar
0 votes
1 answer
58 views

Getting the Text Value in Javascript

In my current process, In the view, when the user clicks on the checkbox, it took the @Item.Extra_Item_Price and Add to the Total Price. <div class="product__price m-t-5"> <input ...
Dev Beginner 's user avatar
1 vote
1 answer
196 views

Intermittent 411 error for AJAX call on different browsers

I have an older C# MVC 4.7 web app that has a specific $.post call. Running locally from Visual Studio 2019 in any browser, I have no problem at all. The call goes through and posts the partial page ...
ERangers's user avatar
0 votes
1 answer
551 views

Calling Partial View Using JQuery

I have a partial view defined like this in my /Shared folder <div id="myProducts"> @Html.Partial("_ProductsList",Model) </div> I want to load _ProductsList through ...
CertGuy's user avatar
0 votes
0 answers
225 views

How to get the error message during a jquery post while using aps.net mvc?

I'm using 2019 ASP.NET MVC with jquery 3.4.1. I'm trying to get the error message when I make a jquery ajax post. To simulate an error I mispelled the method in the controller being called by ajax. ...
Madison320's user avatar
1 vote
0 answers
316 views

How to make button click automatic in MVC view using jquery?

I have developed an MVC application and want to make my button click automatic. In this I want my button to click daily at 10 p.m. automatically. This is my button in my View. <a href="#"...
Mohammad Areeb's user avatar
0 votes
0 answers
112 views

how to use autocomplete on asp.net mvc

I want know how to use autocomplete with database using ajax and the data get faster on local server and Main server also And i try this script $("#SI").autocomplete({ source: function (...
Aleem's user avatar
  • 25
0 votes
0 answers
46 views

How to copy TD table values from jQuery to TextBoxFor MVC4

I need to copy the results from a jQuery table and pass it to TextBoxBox. I have seen examples of how to copy TextBox to TextBox but in this case I require the Jquery table to TextBox jQuery Table: ...
BlackSD's user avatar
  • 346
1 vote
0 answers
48 views

MVC4 Razor Modal not showing value passed into custom Javascript function with the onclick event handler

The modal opens. The "Id" value is displayed in the readonly textbox with id = "Id". But the Description value does not display in the readonly textbox with the id = "...
Kenneth McManis's user avatar
0 votes
1 answer
44 views

How to check duplication of value not insert in Table?

Hi I have one issue in MVC JQuery. please resolve this issue. I really appreciate your help. Let me explain you my concern. Actually I have a dropdown in which there is some list of items and i am ...
Ankur Prakash's user avatar
0 votes
2 answers
1k views

Get uploaded file on submit button C# MVC

I can able to upload file on on-change of input file without using HTML helper class.but I need to read and get data of uploaded text file on submit button. Below code which I am using in html : <...
ANAL KUKADIYA's user avatar
0 votes
1 answer
58 views

Issue adding rows to DOM table on MVC4

I have a "DOM" list in MVC 4 using jQuery to add elements dynamically but at the moment of removing all the elements The table no longer allows me to add more elements, I have tried to use length and ...
BlackSD's user avatar
  • 346
3 votes
0 answers
683 views

docx mimetype returning incorrect "application/octet-stream"

from jquery fileupload control uploading word document(.docx), it is returning mimetype as "application/octet-stream" instead of "application/vnd.openxmlformats-officedocument.wordprocessingml....
sreehari's user avatar

15 30 50 per page
1
2 3 4 5
59