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

ListBox is updating item info

1 Answer 33 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
satya chaluvadi
Top achievements
Rank 1
satya chaluvadi asked on 24 Feb 2010, 10:41 PM
Hi,

    I have one issue with new new radcontrol listbox, it is not uploading item info:  code snapshot like below:-

aspx file

 

<telerik:RadListBox runat="server" ID="RadListBox1" AutoPostBack="True" Width="190px"

 

 

Height="200px" OnSelectedIndexChanged="RadListBox1_SelectedIndexChanged" OnDeleted="RadListBox1_Deleted"

 

 

OnDeleting="RadListBox1_Deleting" OnInserted="RadListBox1_Inserted" OnInserting="RadListBox1_Inserting"

 

 

OnTransferred="RadListBox1_Transferred" OnTransferring="RadListBox1_Transferring"

 

 

TransferToID="RadListBox2" AllowTransfer="true" AllowTransferAll="true" AutoPostBackOnTransfer="true"

 

 

DataKeyField="email" DataTextField="name" SelectionMode="Multiple">

 

 

<Items>

 

</Items>

 

 

 

 

 

 

 

 

</telerik:RadListBox>

 



cs file: has the following code:-

RadListBox1.DataSource = list;

RadListBox1.DataTextField =

"name";

 

RadListBox1.DataValueField =

"email";

 

RadListBox1.DataBind();


Any help will be appricaited.

Regards,
Satya

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Feb 2010, 02:25 PM
Hi satya chaluvadi,

I am not able to understand the issue, please explain in more details what you're trying to achieve.

All the best,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ListBox
Asked by
satya chaluvadi
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or