Hi all,
I want to disable viewstate property of combo box. if i did, i cannot fill the combobox inside the isnotpostback of page load.
if i fill out of the ispostback, i cannot preserve the selected data of the combo box.
how can i solve this problem.? pls help me.
Hi Lenin,
One suggestion is by using a hidden field to capture the selected index value of RadComboBox and set the RadComboBox selected item based on the hidden field value.