Click here to Skip to main content
15,911,360 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I want to refresh the data of the Listview control, like if I enter a new entry in the data, so the updated new data must come into the Listview.
so does it have any Binding method to bind data at runtime?
thanks in advance
Posted
Updated 20-Dec-10 18:28pm
v2

1 solution

Use: ObservableCollection<object></object>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900