TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kalyani Shevale
NA
3.2k
701.5k
how to get array value in action
Dec 4 2018 12:37 AM
I have to Get data in the array in jquery through this data I want in MVC Action how to use???
var
quotations = [];
$(
"#addquotation"
).click(
function
() {
debugger
;
var
data = {};
var
itemname = $(
"#itemname"
).val();
var
cost =parseFloat( $(
"#cost"
).val());
var
notes = $(
"#notes"
).val();
var
date = $(
"#date"
).val();
data.Item = itemname;
data.Cost = cost;
data.Notes = notes;
data.Date = date;
quotations.push(data);
)};
Reply
Answers (
3
)
ASP.NET Core 2.x and WCF with uncompressed messages
how to using batch file database backup and Restore using in