In my code have have the following linerepeater1.DataSource = e.Route.RouteLegs(0).Itinerary. Items
I want to set it to:webgrid1.DataSource = e.Route.RouteLegs(0).Itinerary.Items
the above code does not work.