ASP.Net Forum

Hi, I have a .net grid whose data source is oracle db. database table is having a xml column of datatype NCLOB which stores the complete xml file data in a single cell. Each record in the table has ID column which is binded to Data Grid/ Grid View. Clicking on the Id link should display xml file in the browser.
Please help me how to achieve this task in asp.net.
 
Back
Top