hi.
I have ListBox With checkBox=True.
And bind data to The RadListBox.
RadListBox1.DataSource = ds
RadListBox1.DataValueField = "id"
RadListBox1.DataTextField = "ledgname"
RadListBox1.DataBind().
But can't able to get the Checked value.,
Can Any one help me.how to get the checked values.
I am using vb codeing.
Thank you
Suresh K.