I have a table whose rows are generated dynamically using ASP.
Each row has a checkbox and a text field.
I have to use only one name for the check box e.g. chkbox and the textboxe eg. txtbox since I am posting the data later.
The problem is when I click on the check box the appropriate value should be put in the correponding textbox in that row. How do I do that??
Cannot use chkbox1,chkbox2......as names
Any help highly aprreciated
Each row has a checkbox and a text field.
I have to use only one name for the check box e.g. chkbox and the textboxe eg. txtbox since I am posting the data later.
The problem is when I click on the check box the appropriate value should be put in the correponding textbox in that row. How do I do that??
Cannot use chkbox1,chkbox2......as names
Any help highly aprreciated