Save RadComboBox selected item between postbacks

How can I transfer the selected item between postbacks using RadComboBox? I load database items using the WCF service and using the LoadonDemand function. I appreciate any help.

Thank.

+3
source share
1 answer

It will be saved automatically if you enable ViewState, if you do not accidentally reorder the data (or reset the selected item) during postback. http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

+1
source

Source: https://habr.com/ru/post/1784834/


All Articles