dim datasetxml as new dataset()
datasetxml.ReadXML( MapPath("nomefilexml.xml") )

tuodatagrid.datasource = datasetxml
tuodatagrid.databind()