Greetings,
I need to provide users with a prompt requiring them to enter data into a text box and also select a single item from a drop down list box. I found the following article in the Telerik Forums:
http://www.telerik.com/support/kb/aspnet-ajax/window/custom-radprompt-for-radwindow.aspx
Its easy enough to make work. However, I need to dynamically populate the drop down list box with values taken from server side code. I have not found a clever way of doing this. I tried creating a custom template in code via this article:
http://www.telerik.com/help/aspnet-ajax/window_dialogschangingthedialogtemplates.html
The above article does not describe how you could populate the drop down list box using server code. I'm out of ideas. Any suggestions would be helpful. Thanks.
I need to provide users with a prompt requiring them to enter data into a text box and also select a single item from a drop down list box. I found the following article in the Telerik Forums:
http://www.telerik.com/support/kb/aspnet-ajax/window/custom-radprompt-for-radwindow.aspx
Its easy enough to make work. However, I need to dynamically populate the drop down list box with values taken from server side code. I have not found a clever way of doing this. I tried creating a custom template in code via this article:
http://www.telerik.com/help/aspnet-ajax/window_dialogschangingthedialogtemplates.html
The above article does not describe how you could populate the drop down list box using server code. I'm out of ideas. Any suggestions would be helpful. Thanks.