I serialized the dataset to xml file in BLL i.e Middle tier,I have this xml file.Now i want to attach this xml file to gridview without using dataset.HOW?
xml file content:
<Table>
<CustomerTypeID>10</CustomerTypeID>
<CustomerTypeCode>Orgnz</CustomerTypeCode>
<CustomerType>Organization</CustomerType>
<TransactionLimit>200002</TransactionLimit>
</Table>
<Table>
<CustomerTypeID>12</CustomerTypeID>
<CustomerTypeCode>Bnk</CustomerTypeCode>
<CustomerType>Bank</CustomerType>
<TransactionLimit>100000</TransactionLimit>
</Table>