Question
How To: bind="{txt_#recId#}"
With a query result I am generating multiple rows with for
inputs...
Each row has a hidden input with the ID of the record and 4 checkboxes, all 4 with the name "CRUD_#RecID#". I am trying to create a hidden input per row that and its value will be bound to "{CRUD_#RecID#}". However, I get the error that says this element does not exist.
Any help would be greatly appreciated.
Each row has a hidden input with the ID of the record and 4 checkboxes, all 4 with the name "CRUD_#RecID#". I am trying to create a hidden input per row that and its value will be bound to "{CRUD_#RecID#}". However, I get the error that says this element does not exist.
Any help would be greatly appreciated.
