Top "Xmldatasource" questions

The XmlDataSource control is a data source control that presents XML data to data-bound controls.

How to programmatically set SelectedValue of Dropdownlist when it is bound to XmlDataSource

I'm using XmlDataSource as the datasource for a dropdownlist. Now I want to set the SelectedValue of the drop down …

asp.net drop-down-menu xmldatasource
Load XML Data (Key/Value Pairs) into Data Structure

I have an XML Data Source which contains a list of key/value pairs. I'm looking for a simple way …

c# asp.net xml xmldatasource
Jasper list element inside table element with XML datasource

I'm trying to generate a report, using Jasper iReport Designer 5.6.0, with table that contains lists inside its cells. The generated …

list nested jasper-reports xmltable xmldatasource
If xml file does not exist

I am using ASP.NET C# and have written a page using the XmlDataSource tool to read an xml file …

c# asp.net gridview xmldatasource