Hey, Easy question for ASP.NET profenssionals: I have a few dynamic generated textboxes in a row. In this row is also a image with an eventhandler "onclick". I will create a relationship between the textbox and the image. I click on the image, choose a value and then the textbox will be filled.
Currently my controls have following dynamic generated ID's:
Button:
ct100_cph_Detail_rpFields_ct109_rpCell_ct100_cbf_bed1_item_sym
Textbox
ct100_cph_Detail_rpFields_ct109_rpCell_ct100_tb_bed1
This two controls must be in a relationship. The best solution for me is with JavaScript, because I have not much ASP.NET skills..
Thanks for help ! :-)