I am able to wire up an AJAX ModalPopup and everything works fine. However, what I want to do is execute the following from the Code Behind to bind data to a formview protected void DisplayDetailView( object sender, CommandEventArgs e) { DataTable dataTable = CarManager .FindCarByUniqueID( e.CommandArgument...