asp.net - Formating SQL XML-field in gridview -
I have a SQL table with some common fields and an XML-type field. I need help formatting XML-type fields. I need ASP.N. I want to display the information in Gridview but I want to implement its formatting.
Do anyone know how I should do it?
Thank you. If this is for any help, then I'll use a linqdatasource as the source for my gridview.
I use my Xml web control and XSLT document
and asp: With target xml document = '& lt;% # Eval ("attributes") target% & gt; Transformation resources = "MaxSloft.d.xslt" runat = "server" />
Comments
Post a Comment