Home »

Which control in asp.net is used to display data from an xml file and then displayed using XSLT?

Question ListCategory: ASP.NETWhich control in asp.net is used to display data from an xml file and then displayed using XSLT?
denielshakespeare5 author asked 8 years ago
1 Answers
ethanbrown author answered 8 years ago

Use the asp:Xml control and set its DocumentSource property for associating an xml file, and set its TransformSource property to set the xml control’s xsl file for the XSLT transformation.

Please login or Register to Submit Answer