I have a DropDownList bound to an ICollection. I have several other fields on the form that I need to populate from the selected object whose Name property is used in the DropDownList. What is the best (meaning fastest) way to populate these other filds
when the selection changes in the DropDownList? What are any methods of doing this that do not include a full page round trip to the server to handle the SelectedIndexChanged event?
Go to the complete details ...