How do I hook up a server side onChange/selectedIndexChanged event for my custom RichDropDownList? I have read the example "customize_dropdown.aspx". That example shows connecting to an existing command "InsertLink". I need to connect to method within my codebehind class.
I want to be able to select an item from my dropdown list and based on the item selected I will retrieve information from the database and manipulate the Editor.text.
Thank you for you help.