Updating the datalist in a RadComboBox
Posted
by jphenow
on Stack Overflow
See other posts from Stack Overflow
or by jphenow
Published on 2010-06-10T15:24:26Z
Indexed on
2010/06/10
19:42 UTC
Read the original article
Hit count: 417
ASP.NET
|radcombobox
So I'm just struggling with a lot of little things in the web app so I'm checking up with all kinds of stuff to make sure i'm not breaking it cause of stupid problems.
At some point in my web app (trying to keep it mostly Asynchronous) I have to update the list in my RadComboBox because something was added. Do I just need to call RadComboBox.DataBind() again? Since I don't explicitly use its datasource(I do it in the manual insert using a string fashion) object to insert my new record do I need to tell that to update? The list just doesn't seem to update when i just call databind so I feel like i need to have the datasource recheck for entries or SOMETHING
Thanks
© Stack Overflow or respective owner