<?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>Free For All</title><link>http://forums.asp.net/12.aspx</link><description>Unmoderated open discussions for anything concerning Microsoft .NET and related technologies.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Post a ASP.NET web page from desktop application</title><link>http://forums.asp.net/thread/3274426.aspx</link><pubDate>Sat, 04 Jul 2009 07:47:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274426</guid><dc:creator>TATWORTH</dc:creator><author>TATWORTH</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274426.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3274426</wfw:commentRss><description>&lt;p&gt;&amp;gt;How can we initiate same process from a .NET desktop application. We
need to post the same ASP.NET page with a new set of user details from
our windows based application.&lt;/p&gt;&lt;p&gt;It would be better if you added a web service to access such programmatic input.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Post a ASP.NET web page from desktop application</title><link>http://forums.asp.net/thread/3272994.aspx</link><pubDate>Fri, 03 Jul 2009 07:58:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272994</guid><dc:creator>cshark</dc:creator><author>cshark</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272994.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3272994</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;This can be done using the WebBrowser control in the .net winforms.&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;WebBrowser browser = new WebBrowser();&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;browser.Url = new Uri(&amp;quot;http://localhost/default.aspx&amp;quot;);&lt;/div&gt;&lt;p&gt;&lt;p&gt;This can be done using the WebBrowser control in the .net winforms.&lt;/p&gt;&lt;p&gt;WebBrowser objBrowser = new WebBrowser();&lt;/p&gt;&lt;p&gt;&amp;nbsp;objBrowser&amp;nbsp;.Url = new Uri(&amp;quot;http://localhost/default.aspx&amp;quot;);&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Post a ASP.NET web page from desktop application</title><link>http://forums.asp.net/thread/3272883.aspx</link><pubDate>Fri, 03 Jul 2009 07:05:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272883</guid><dc:creator>sreejith77</dc:creator><author>sreejith77</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272883.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3272883</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We have an ASP.NET web page that receives a set of user details and when user clicks the &amp;#39;Save&amp;#39; button, page will be posted back and data will be saved into DB. How can we initiate same process from a .NET desktop application. We need to post the same ASP.NET page with a new set of user details from our windows based application.&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Sreejith&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>