<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to load xml file using radio button?</title>
	<atom:link href="http://www.learnxmlws.com/how-to-load-xml-file-using-radio-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com/how-to-load-xml-file-using-radio-button/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 08:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: LoverOfWine</title>
		<link>http://www.learnxmlws.com/how-to-load-xml-file-using-radio-button/#comment-43</link>
		<dc:creator>LoverOfWine</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/how-to-load-xml-file-using-radio-button/#comment-43</guid>
		<description>No sure which language you are using but will see if I can help.

First, a radio button is a strange choice to use as a trigger. You typically use two or more radio buttons to give someone a choice. For your example you could list file1.xml as button one, file2.xml as button two, etc. When a push button is pressed on your form you would look at the radioButton.checked value and load the appropriate file.

Assuming you want to use the radio button as the trigger you&#039;ll have to put in a CheckChanged event handler.

See the attached URL below for an example in VB and C++.</description>
		<content:encoded><![CDATA[<p>No sure which language you are using but will see if I can help.</p>
<p>First, a radio button is a strange choice to use as a trigger. You typically use two or more radio buttons to give someone a choice. For your example you could list file1.xml as button one, file2.xml as button two, etc. When a push button is pressed on your form you would look at the radioButton.checked value and load the appropriate file.</p>
<p>Assuming you want to use the radio button as the trigger you&#8217;ll have to put in a CheckChanged event handler.</p>
<p>See the attached URL below for an example in VB and C++.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

