↧
Answer by Dileep Sreepathi for How to make array values readable into C# MVC...
On every button click you are adding the values in to an array: suppose all the array values are in the flIntinerary var postData = { values: flIntinerary}; Hence pass the postData through ajax Then...
View ArticleHow to make array values readable into C# MVC controller
I have specific input fields with array values, but when I passed it into my controller that specific fields don't have any values only [objects], but when I output in into a console.log all the...
View Article