I have a web application with a Master-detail grid I did while back that uses dynamically generated tabs if a particular service was performed as the details row. I'm going to have to change the way I'm displaying the data since the previous application was created using server controls (planning on using jQuery UI instead). What is the best alternative to display the detail information? Perhaps a modal pop-up?

