1
vote
1answer
48 views
Xpath within ItemDataBound for Repeater
Okay so I'm pulling in an XML feed from feedburner, using an XMLDataSource and a repeater.
<asp:Repeater ID="rptrEvents" OnItemDataBound="rptrEvents_ItemDataBound" DataSourceID="XmlDataSource1" …
0
votes
1answer
50 views
asp:HyperLink build NavigateUrl within Repeater using XPATH data
I am using a repeater for some products I am listing.
I'm trying to build an asp:HyperLink NavigateUrl using both hardcoded text as well as XPATH data.
…
0
votes
0answers
74 views
ASP.NET 2.0 XmlDataSource’s XPath doesn’t support namespaces
Hi all.
I'm trying to display (using a asp:Repeater and a asp:XmlDataSource) the content of a sitemap.xml file (see standard defined into http://www.sitemaps.org/protocol.php).
The problem is that …
0
votes
4answers
192 views
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 to load the same data into an array or some other data structure so that I can easily look up the data. …
0
votes
3answers
229 views
show page in iframe with different url in browser
Hello
I apologize because my English is not good.
I Have a webpage by asp.net that contain one treeview ,xmldatasource,one xml file that related to xmldatasource and one iframe.
When user click on …
0
votes
1answer
184 views
Transform Xml using Xslt
Hello,
I have the following XML:
<?xml version="1.0" encoding="utf-8" ?>
<ApplicationSettingCategories>
<Category>Cat1</Category>
<Category>Cat2</Category>
…
1
vote
1answer
165 views
Bind XMLDataSource to HTTP handler
Hi
I have some dynamically generated XML data that will be consumed by a few consumers (An ASPX page, a flash file and maybe another one as well).
I have implemented it as a custom handler. I …
2
votes
2answers
1k views
ASP.NET — How to populate a TreeView control with XML data response from a ASHX handler
I have an ASHX handler that returns an XML response (FileStructureXML.ashx).
Now I need to get the XML response from the ASHX handler and use it as a data source for my ASPX page.
If I point the …
0
votes
1answer
451 views
Seeking Advice: Updating a FormView Based on DropdownList Value
Greetings!
I'm looking for some advice regarding an approach to displaying data in a FormView based on a selection of a DropDownList within that FormView control. For example, I have a UserControl …
0
votes
2answers
179 views
Master/Details view with XmlDataSources
Hi,
I have a basic test web form with a DataList and a DetailsView and two XmlDataSource components for each of them.
The binding of the DataList to the underlying XML document was easy to set up, …
0
votes
3answers
195 views
How relevent is xls file for .NET developer?
Once in a while, we use .XLS file to convert the data stored in the XML file and populate some dropdownlist and other server controls using XmlDataSource object. I am just wondering how popular is the …
0
votes
3answers
752 views
Display data from XMLDataSource in TextBox
Can anyone give me some pointers on how to display the results of an XPath query in a textbox using code (C#)? My datascource seems to (re)bind correctly once the XPath query has been applied, but I …
