Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Display xml column type on html

Author  Topic 

chih
Posting Yak Master

154 Posts

Posted - 2009-08-27 : 01:29:40
Hi All,

How to get a xml type column from SQL and display proparly on aspx page?
What I did is using
Repeater.DataSource = dt;
Repeater.DataBind();

but it display all xml in one single sting. How to do to repsent better or just particular element?

I am using .Net 2.0.
I did some research but it is all about loading from a file.

Thank you
   

- Advertisement -