French characters messed up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main Listing aspx page in my app with links to a Details page. Both hit an access database. The Listing page runs a query against the db, and binds the resulting DataView to a DataGrid control. The user selects one of the items in the list. The Details page retrieves details for the selected item, and displays the results using Label controls.

My problem is that some of the entries in the database have French characters in them. They display all messed up in the Listing page, but they display fine in the Details page. Do I somehow need to set the encoding on my DataGrid?

Thanks, Simon.
 
Back
Top