I have a project that previously used asp dropdown lists. I am switching these over to telerik controls for increased functionality. However, I need to be able to dynamically reference and populate the controls in the page load event. Here is how I used to accomplish this:
How do I replicate this behavior with a telerik control? I've tried something like this:
But the properties I'm trying to set are invalid and do not exist. Suggestions or help appreciated.