TextBox values not passed into Controllers
Posted: June 2nd, 2022, 9:53 am
I am currently working on MVC and the controller's parameter doesn't seem to find the value from a textbox if it is inside a table on the header of a list. Once I move the textbox outside of the table, the value seems to passed through as normal.
In the image below, when the PositionTitleHeaderFilter control is inside the PositionHeaderTable, the value isn't passed to the controller.; however, if I move it outside, the value is found.
In the image below, when the PositionTitleHeaderFilter control is inside the PositionHeaderTable, the value isn't passed to the controller.; however, if I move it outside, the value is found.