I have 2 ComboBoxes in a repeater and I need to set the javascript value in the second row with the reverse of the first row.
Repeater-
Row 1 - ComboBox_BEGIN, ComboBox_END, ...other controls
Row 2 - ComboBox_BEGIN, ComboBox_END, ...other controls
after the user selects a ComboBox_BEGIN value in row 1 I want to via javascript set the value in row 2 ComboBox_END. all the samples Ive seen that are showing this arent using a repeater so its a bit unclear. I was trying to set this up in the PreRender of the repeater, adding an onblur of the Row 1 - ComboBox_BEGIN. I have that code ready but when I add it, it adds it to the outer div the control renders and not the child textbox.
Can someone send me a link or a code sample that shows some similar functionality so I can understand how to do this. (if it matters these ComboBoxes are Loaded on Demand also)
Repeater-
Row 1 - ComboBox_BEGIN, ComboBox_END, ...other controls
Row 2 - ComboBox_BEGIN, ComboBox_END, ...other controls
after the user selects a ComboBox_BEGIN value in row 1 I want to via javascript set the value in row 2 ComboBox_END. all the samples Ive seen that are showing this arent using a repeater so its a bit unclear. I was trying to set this up in the PreRender of the repeater, adding an onblur of the Row 1 - ComboBox_BEGIN. I have that code ready but when I add it, it adds it to the outer div the control renders and not the child textbox.
Can someone send me a link or a code sample that shows some similar functionality so I can understand how to do this. (if it matters these ComboBoxes are Loaded on Demand also)