I am using DataGrid View Control of C # Winform to display the data present in the table. All data present in the database table is currently displayed to the user, except data in the last column, which contains data in the XML format. The DataGride View control in the data is displayed as the last column always empty, but in reality the last column in the database contains XML formatted data. The GUI settings for the last column of DataGridView control are shown below:
Can someone suggest me how to display XML formatted data in this DataGride View Control?
There is no direct way to get XML attribute / node values through XPath using a stored proc You have to get from
You can start with
Comments
Post a Comment