Hello, I have the following scenario:
Repeater with textbox + button that is in an AjaxPanel. When I click the button, a radWindow pops up which allows a user to make a choice based on a selection and closes. The selection gets passed back to my javascript callback function. Now I want to put the return value into the textbox in the repeater. How do I do this?
I tried hooking up an AjaxManager and the window to update txtBox in the repeater, but this doesn't work. I would just get use id of the txtBox, but looking at the page source, I can't find those text boxes, probably because their created dynamically at runtime using ajax. Any suggestions?
Repeater with textbox + button that is in an AjaxPanel. When I click the button, a radWindow pops up which allows a user to make a choice based on a selection and closes. The selection gets passed back to my javascript callback function. Now I want to put the return value into the textbox in the repeater. How do I do this?
I tried hooking up an AjaxManager and the window to update txtBox in the repeater, but this doesn't work. I would just get use id of the txtBox, but looking at the page source, I can't find those text boxes, probably because their created dynamically at runtime using ajax. Any suggestions?