There is selection box in this form in asp page having table with multiple rows .In one of the columns depending on its value another text box is shown or hidden. The values (fieldname,lineNumbe,textboxid) are passed to a javascript function onChange event.
How best to force this function and pass on parameters (on each loop) whenever the data is loaded from the database without getting the javascript undefined message.
How best to force this function and pass on parameters (on each loop) whenever the data is loaded from the database without getting the javascript undefined message.