Recently, I've been restructuring my workflow by utilizing a webservice to help me better organize things. This has made using AJAX much simpler and efficient for me.
Currently, when a user wants to save a new contact, they are added to a database through the webservice. The call returns the new primary key, allowing me to automatically update the RadComboBox with this new record. However, I'm facing an issue in rebinding the combo box to the database so I can accurately set the selected value. Can anyone offer advice on how to tackle this problem? Is it advisable to not use the RadCombobox at all? (I'd prefer responses within the current context, but I am open to alternative suggestions)
It's important to note that I'm trying to avoid postbacks as much as possible (except when it comes to security measures).
Thank you in advance for your assistance!