-
Is there any control that allows us to show Xml data as-is and allow user to browse through Xml data I tried HtmlPanel but it does not recognize Xml as Xml and treating it just like Html. Is there any control like that shows Xml to user as-is and allow user to browse through Xml data (Like they can do through regular Browser). I can dump all Xml into Text box -But this won't allow user to collapse/expand tags etc. But this is the only option I can think of as of now. Please help.
-
When I tried to upload any file using file upload control, it was throwing following error on page: ---------------------------------------------------- XML Parsing Error: no element found Location: http://192.168.101.136:9000/myPage.aspx?CartUploadId=f5bd0067-b99b-4ada-87ba-5df1284c64b7 Line Number 1, Column 1: ----------------------------------------------------- Following setting has been applied in web.config file for file upload control. -----------------------------------------------------...
-
No there is nothing else you need to set, what error are you getting?
-
Hi, I tried to set the XmlBindingSource to a menu component, but it doesn't work. The file is well-formed because is the same that componentart uses in its examples in the documentation. Is there any extra setting I have to configure (for example some properties on xml files..)? thanks
-
Hi, This issue is resolved in the latest release (2009.1.2002) so your "id" attributes will be correctly translated to the "Id" property. Jeremy
-
Hi Paul,
Yes this is a bug, if you use Id instead it will work, I have fixed this for upcoming releases.
Thanks for pointing it out,
Jeremy
-
Hi, I'm using XmlBindingSource="MainMenu.xml" to build my menu items but the Id set is not sticking. If i set a click event I can read the text field but the id is null. Is this yet another bug?