am developing a windows phone which contains database.I've a list box which binds observable collection to display the data retrieved from database. I am able to add and delete rows without any problem.After add or delete, listbox gets updated. But when i update a particular column, updating is working fine in database but in the display page i.e in listbox updated value is not reflected. To see the changes in database i need to relaunch the application.
Can any one tell me how to bind listbox at run time.