Sabab Zulfiker

Sabab Zulfiker

  • NA
  • 85
  • 24.7k

Passing value of textbox in a table from view to controller

Dec 27 2017 1:59 PM
I am trying to send 3 values from a view to another action, using actionlink. I have a table . Each row has 3 columns , with id, name and bid money which is a textbox. The problem is the action link only passing the value of the textbox of the first row, suppose if I press the actionlink of the second row, it is passing, the name and id of the second row but the bid money which is in textbox, is passing of the first row.
 
my view code:

Attachment: Index.rar

Answers (2)