I'm currently trying to set a modal window title dynamically from my stored procedure search and it works fine when I add it to the <UpdateControls><telerik:AjaxUpdatedControl> but even though it displays as it should, the window refuses to close now. I tried setting an individual UpdateControl just for the modal window but that did not work as well. A friend of mine suggested somehow using JavaScript to $find("modalComment.ClientID"); but I've never coded in javascript so this poses a bit of an issue to me. Has anyone else tried to set a dyanamic modal window titles from the backend code were able to close the window successfully?
What I currently have is:
This displays my title and dynamic content just as is should.
In my actual column that I want to call the window from an image button:
and the working title code on the backend is:
Any ideas that may avoid the javascript? Or is javascript a necessity in this case?
Thanks in advance.