Setting Directions to a Grid

Last post 6/19/2009 3:13:29 AM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
6/18/2009 7:05:12 PM
gkfahnbulleh

Setting Directions to a Grid

In my code have have the following line

repeater1.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.

6/19/2009 3:13:29 AM
Chris Pietschmann

Re:Setting Directions to a Grid

Are you calling "DataBind" after setting the "DataSource"?