Populating Drop Down Using XMLDatasource:
-
Hi I m trying to populate dropdown list using XMLDatasource control. code for DDL: Code for XMLDataSource: it does not displaying data, it is just showing system.web.UI.WebControls.XMLDatasource Shahzad Aslam Software Engineer
-
Hi I m trying to populate dropdown list using XMLDatasource control. code for DDL: Code for XMLDataSource: it does not displaying data, it is just showing system.web.UI.WebControls.XMLDatasource Shahzad Aslam Software Engineer
See my example which works fine... The xml file: HTH Janet
-
See my example which works fine... The xml file: HTH Janet
the following XML file i m using: - - en aa Afar - en ab Abkhazian if i give name in the DataTextField or DataValueField it indicate following error: "DataBinding: 'System.Web.UI.WebControls.XmlDataSourceNodeDescriptor' does not contain a property with the name 'name'" Any Idea? Shahzad Aslam Software Engineer
-
the following XML file i m using: - - en aa Afar - en ab Abkhazian if i give name in the DataTextField or DataValueField it indicate following error: "DataBinding: 'System.Web.UI.WebControls.XmlDataSourceNodeDescriptor' does not contain a property with the name 'name'" Any Idea? Shahzad Aslam Software Engineer
Your xml file is a different format to the sample one i sent you. See http://www.topxml.com/code/default.asp?p=3&id=v20050220140055&ms=20&l=C&sw=categ[^] for similar example to what you need Janet