<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started</title><link>http://forums.asp.net/15.aspx</link><description>The perfect forum for ASP.NET novices. No question too simple! &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=21&amp;amp;c=17" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: need help for my assignment</title><link>http://forums.asp.net/thread/3232377.aspx</link><pubDate>Sun, 14 Jun 2009 19:09:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3232377</guid><dc:creator>adilahmedmd@gmail.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3232377.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=3232377</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi anushka&lt;/p&gt;&lt;p&gt;Try to follow these links&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;http://www.codeproject.com/KB/aspnet/DownloadAssistant.aspx&lt;/p&gt;&lt;p&gt;http://forums.asp.net/p/1189823/2040434.aspx&lt;/p&gt;&lt;p&gt;http://forums.asp.net/p/942782/1131139.aspx#1131139 &lt;/p&gt;&lt;p&gt;http://www.codeproject.com/KB/aspnet/textfile.aspx &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: need help for my assignment</title><link>http://forums.asp.net/thread/3232335.aspx</link><pubDate>Sun, 14 Jun 2009 18:34:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3232335</guid><dc:creator>deepthoughts</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3232335.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=3232335</wfw:commentRss><description>&lt;p&gt;You&amp;#39;ll have to use the WebClient class residing inside the System.Net namespace. Please explore it in further details, you can create an instance of the WebClient class&lt;/p&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;
&lt;p&gt;WebClient&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; client = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;WebClient&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;and then it has got methods like&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;client.&lt;font size="2"&gt;DownloadData(url);&amp;nbsp; to get the HTML source of the webpage&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;or &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;client.DownloadFile(url,fileName); to save the file physically on your local drive.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Before calling the DownloadFile method first check the extension of the URL like, like if it ends with .pdf then in the fileName variable pass in the path to the folder where you want to save PDF files. &lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: need help for my assignment</title><link>http://forums.asp.net/thread/3232270.aspx</link><pubDate>Sun, 14 Jun 2009 17:51:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3232270</guid><dc:creator>getchinna_sv</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3232270.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=3232270</wfw:commentRss><description>&lt;p&gt;can you please explain bit clear what you want to do.... &lt;/p&gt;</description></item><item><title>need help for my assignment</title><link>http://forums.asp.net/thread/3232185.aspx</link><pubDate>Sun, 14 Jun 2009 16:55:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3232185</guid><dc:creator>anoushka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3232185.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=3232185</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am new to visual studio 2005. My assignment is to provide URL as a input(via GUI) and parse the given url and download the material from tht URL and if it contains pdf, doc and images, then my application will download the pdf and will save into the PDF folder on my machine and simmilarly other data also in relevant folder.&lt;/p&gt;
&lt;p&gt;Please guide me , how should I start this assignment ..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Shall I use web browsing control in my application&amp;nbsp; and what control should perform downloading task..please let me know....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Anoushka&lt;/p&gt;</description></item></channel></rss>