I realize this may not be specific to the radcombobox but I need to reset the selected value of a combobox after the page postsback. Normally I would just do a page redirect at this point but the page is in a radwindow so that option is out.
I have tried just about everything I can think of. The page always reloads with the last selected value.
I have tried disabling viewstate, setting the selectedindex = -1, .ClearSelection().
I want the user to be able to fill out the page, submit the page, and then fill it out again but I need the values to be reset. I can reset textboxes, checkboxes, and the other controls but not the combobox.
Any ideas?
Thanks
I have tried just about everything I can think of. The page always reloads with the last selected value.
I have tried disabling viewstate, setting the selectedindex = -1, .ClearSelection().
I want the user to be able to fill out the page, submit the page, and then fill it out again but I need the values to be reset. I can reset textboxes, checkboxes, and the other controls but not the combobox.
Any ideas?
Thanks