I have a DataGrid that works beautifully. It has 5 columns; Name, Extension, Item, Size, and Color. I want to be able to click on the persons name and have a view window open with all of their order details. (The order detail page also works, its getting the two pages to talk together)
I've found things on the net that address this very issue, but they are written in C# and I'm using VB.
Does anyone know a good site to go to that explains, step-by-step, how to set this type of thing up and in VB?
Thanks in advance
Jackie