I have a page with a datagrid displaying movie titles. I have recently added the ability to search for actors via the same textbox as you search for movies.
Currently, when you enter an actor and search, you get movies where this actor appears. Not very good if the search matches more than on name.
I want to add a datagrid displaying actors, and the name should be clickable.
When you click a name it should take you to the other datagrid, displaying the movies where this actor appears.
Hopefully this is not very difficult. i would be very thankful if someone can help me.....