This is a migrated thread and some comments may be shown as answers.

[Solved] Combobox not keeping stage

0 Answers 83 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
giani
Top achievements
Rank 1
giani asked on 01 Apr 2009, 08:02 PM
I have a combobox that is binded from xml file

this is my combobox code

 

<telerik:RadComboBox ID="RadComboBoxPaymentMethod" runat="server" Width="200px" />

 



this is my codebehind code

 

If Not Page.IsPostBack Then

 

 

RadComboBoxPaymentMethod.LoadContentFile(

"~/generated.xml")

 

 

End If

 


When i click off the combobox it goes back to first item in the list.  i am not doing any postback so i dont see why this is happening.

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
giani
Top achievements
Rank 1
Share this question
or