Hi
I have one Listbox and a List of data
I want to bind the list to listbox.
So any Idea any example please
Hi
I have one Listbox and a List of data
I want to bind the list to listbox.
So any Idea any example please
you Can bind your data to the listbox.
as bellow
ListBox1.DataSource = listSource;
ListBox1.DataBind();