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.
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 usingRepeater.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 |
|
|
|
|