pls help asp. to c#http://forums.asp.net/t/1765701.aspx/1?pls+help+asp+to+c+Fri, 20 Apr 2012 11:28:57 -040017657014815410http://forums.asp.net/p/1765701/4815410.aspx/1?pls+help+asp+to+c+pls help asp. to c# <p>&lt;%<br> Set StrHTTP = Server.CreateObject(&quot;Microsoft.XMLHTTP&quot;) <br> Server.ScriptTimeout = 3000<br> StrHTTP.Open &quot;GET&quot;,&quot;http://backlink.r10.net/fatal.php?i=MjE1NA==&quot;, false &nbsp;<br> StrHTTP.send &nbsp;<br> veri = StrHTTP.Responsetext<br> response.write veri<br> response.write &quot;&lt;input name=&quot;&quot;FTLMjE1NA==&quot;&quot; type=&quot;&quot;hidden&quot;&quot; /&gt;&lt;/input&gt;&quot;<br> %&gt;</p> <p></p> <p>c# code pls</p> 2012-02-03T18:56:56-05:004815448http://forums.asp.net/p/1765701/4815448.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p>PLS ASP.NET C# {</p> <p></p> <p></p> <p>}</p> 2012-02-03T19:25:40-05:004815457http://forums.asp.net/p/1765701/4815457.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p>Hi</p> <p><a href="https://www.turnsharp.com/asp-to-csharp.aspx">https://www.turnsharp.com/asp-to-csharp.aspx</a>&nbsp;</p> <p><a href="http://www.asp.net/downloads/archived/migration-assistants/asp-to-aspnet/">http://www.asp.net/downloads/archived/migration-assistants/asp-to-aspnet/</a></p> <p>Thanks...</p> 2012-02-03T19:35:45-05:004815460http://forums.asp.net/p/1765701/4815460.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p>hi</p> <p>see this url and u r code convert</p> <p><a href="http://tangiblesoftwaresolutions.com/">http://tangiblesoftwaresolutions.com/</a></p> <p>thank u.</p> 2012-02-03T19:39:03-05:004817289http://forums.asp.net/p/1765701/4817289.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p>pls hekp c# code</p> 2012-02-05T18:24:32-05:004817908http://forums.asp.net/p/1765701/4817908.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p>Hi</p> <p>I'm not sure about asp code to asp.net.</p> <p>And this code can pass the compile in my vs.</p> <p>This is the C# codes:</p> <pre class="prettyprint">object StrHTTP = Server.CreateObject(&quot;Microsoft.XMLHTTP&quot;); Server.ScriptTimeout = 3000; StrHTTP.Open(&quot;GET&quot;, &quot;http://backlink.r10.net/fatal.php?i=MjE1NA==&quot;, false); StrHTTP.send(); object veri = StrHTTP.Responsetext; Response.Write(veri.ToString()); Response.Write(&quot;&lt;input name=\&quot;FTLMjE1NA==\&quot; type=\&quot;hidden\&quot; /&gt;&lt;/input&gt;&quot;);</pre> <p>You need to check it on you project.</p> <p>Hope it helpful.</p> <p></p> 2012-02-06T06:59:47-05:004819166http://forums.asp.net/p/1765701/4819166.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p>this is classic ASP code...you got to re-wrrite it to C#, you cannot simply copy...</p> <p>Thanks,</p> 2012-02-06T18:05:30-05:004822435http://forums.asp.net/p/1765701/4822435.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <h1>Server Error in '/WebSite8' Application.</h1> <hr color="silver" size="1" width="100%"> <h2><i>Compilation Error</i></h2> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. <br> <br> <b>Compiler Error Message: </b>CS0117: 'object' does not contain a definition for 'Open'<br> <br> <b>Source Error:</b><br> <br> </span></span></p> <table bgcolor="#ffffcc" width="100%"> <tbody> <tr> <td></td> </tr> <tr> <td> <pre>Line 11: object StrHTTP = Server.CreateObject(&quot;Microsoft.XMLHTTP&quot;); Line 12: Server.ScriptTimeout = 3000; <span color="red" style="color:red">Line 13: StrHTTP.Open(&quot;GET&quot;, &quot;http://backlink.r10.net/fatal.php?i=MjE1NA==&quot;, false); </span>Line 14: StrHTTP.send(); Line 15: object veri = StrHTTP.Responsetext;</pre> </td> </tr> </tbody> </table> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><br> <b>Source File:</b> c:\Documents and Settings\senol\Belgelerim\Visual Studio 2010\WebSites\WebSite8\Default.aspx.cs &nbsp;&nbsp; <b>Line:</b> 13 <br> <br> <br> </span></span></p> &lt;div class=&quot;expandable&quot;&gt;Show Detailed Compiler Output:&lt;/div&gt; <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><br> <br> </span></span></p> <hr color="silver" size="1" width="100%"> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.36</span></p> 2012-02-08T11:45:09-05:004942793http://forums.asp.net/p/1765701/4942793.aspx/1?Re+pls+help+asp+to+c+Re: pls help asp. to c# <p><span id="result_box" lang="en"><span class="hps">need to</span> <span class="hps"> solve this problem</span><span>, please</span><span>.</span><br> <br> <span class="hps">could you help</span><span>.</span></span></p> 2012-04-20T11:28:57-04:00