Hi chaps,
I am binding my datagrid with an xml file, I want to be able to populate a literal control with an element taken from the xml file based on an id from the Grid - i.e
The grid displays an ID and a Date, once the user clicks on the id, the literal control is populate with the newsletter element from the xml file
xml file
<NewsLetter ID ="1">
<date></date>
<heading></heading>
<description></description>
</NewsLetter>
Any pointers would be most appreciated