[RESOLVED] Tabstrip controls
I have a TabStrip control with 2 tabs. The first tab (circulation) has a ListView showing all the movies in the database. The second tab (details) is suppossed to display the details of the movie. I want to code it in such away that as long as a movie is highligted in the ListView, when you click on the details tab, the details of the movie that was highlighted is shown. The same effect should be seen if I double click on a selected movie in the ListView. How can I code thatt?