<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Simulating Oracle Form &amp;quot;POST&amp;quot; in .NET (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/259316-simulating-oracle-form-quotpostquot-in-net/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Simulating Oracle Form &amp;quot;POST&amp;quot; in .NET (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/</link></image><description>Simulating Oracle Form &amp;quot;POST&amp;quot; in .NET</description><link>http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/</link><language>en-us</language><pubDate>Mon, 03 Dec 2007 02:03:31 GMT</pubDate><lastBuildDate>Mon, 03 Dec 2007 02:03:31 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3243.35083, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Simulating Oracle Form &amp;quot;POST&amp;quot; in .NET</title><description>Sorry I think I did not made myself very clear.&lt;br /&gt;&lt;br /&gt;Actually I want to&amp;nbsp;have the data in Oracle rollback segment(not the actual table). So that I can fire some SQL to do validations etc. So that if the validation passes I will issue a commit or just issue a rollback command.&lt;br /&gt;&lt;br /&gt;Oracle D2K Forms POST does that automatically. As there is nothing .Net or ODP.Net to do the same. I am trying to achieve that programatically.</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/?CommentID=368410</link><pubDate>Mon, 03 Dec 2007 02:03:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/?CommentID=368410</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/368410/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Sorry I think I did not made myself very clear.Actually I want to&amp;nbsp;have the data in Oracle rollback segment(not the actual table). So that I can fire some SQL to do validations etc. So that if the validation passes I will issue a commit or just issue a rollback command.Oracle D2K Forms POST does&amp;#8230;</evnet:previewtext><dc:creator>trisonics</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/368410/Trackback.aspx</trackback:ping></item><item><title>Re: Simulating Oracle Form &amp;quot;POST&amp;quot; in .NET</title><description>There is nothing stopping you asp.net from doing a client side HTML&amp;nbsp;form post. ASP.NET has state associated with its forms (one per page) so it has some scaffolding associated with a post back. The ASP.NET controls will post back if you set AutoPostBack to true some controls like buttons its default others like Checkbox it is left at false.&lt;br /&gt;&lt;br /&gt;If you want out of band calls you need to use AJAX of some type. Microsoft has its own out of the box implementation which you either download or if your using 2008 is built in.&lt;br /&gt;&lt;br /&gt;I personally use Telerik's AJAX manager. It makes it even easier for most thing and some of their other controls are time savers like SpellCheck, Editor, ComboBox (templated), list goes on.</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/?CommentID=368073</link><pubDate>Thu, 29 Nov 2007 13:02:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/?CommentID=368073</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/368073/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>There is nothing stopping you asp.net from doing a client side HTML&amp;nbsp;form post. ASP.NET has state associated with its forms (one per page) so it has some scaffolding associated with a post back. The ASP.NET controls will post back if you set AutoPostBack to true some controls like buttons its&amp;#8230;</evnet:previewtext><dc:creator>odujosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/368073/Trackback.aspx</trackback:ping></item><item><title>Re: Simulating Oracle Form &amp;quot;POST&amp;quot; in .NET</title><description>&lt;blockquote&gt;
				&lt;div&gt;trisonics wrote:&lt;/div&gt;
				&lt;div&gt;﻿&lt;p&gt;I am in process for converting a oracle form application with oracle backend to .net front-end and oracle backend. &lt;br /&gt;Basically only the front-end from will become ASP.NET page the backend remaining the same and ODP.NET for database access.&lt;br /&gt;Although I am not a forms developer but I can see that the form's "post" option is a very useful functionality. For db validation etc&lt;br /&gt;Can anyone tell me how to achieve the same in a .net application programmatically.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;
		&lt;/blockquote&gt;
		&lt;br /&gt;
		&lt;br /&gt;I'm not sure if I've misunderstood you, but are you asking how to send HTML &amp;lt;form&amp;gt; data via the POST method to a website from .NET?&lt;br /&gt;&lt;br /&gt;If so, you use something like the following:&lt;br /&gt;&lt;br /&gt;using System.Net;&lt;br /&gt;using System.Collections.Speciailized;&lt;br /&gt;using System.Text;&lt;br /&gt;&lt;br /&gt;public class Program {&lt;br /&gt;&amp;nbsp; private const string MySiteURI = "http://localhost/test.aspx";&lt;br /&gt;&lt;br /&gt;&amp;nbsp; public static void Main(string[] args){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NameValueCollection postData = new NameValueCollection();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; postData.Add("key", "value");&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebClient webby = new WebClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[] response = webby.UploadValues(new Uri(MySiteURI), postData);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string strReponse = Encoding.Default.GetString(response);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine("Response: ");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine(strReponse);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine("Press [ENTER] to exit.");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.ReadLine();&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/?CommentID=368056</link><pubDate>Thu, 29 Nov 2007 11:20:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/259316-Simulating-Oracle-Form-quotPOSTquot-in-NET/?CommentID=368056</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/368056/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>	trisonics wrote:
				﻿I am in process for converting a oracle form application with oracle backend to .net front-end and oracle backend. Basically only the front-end from will become ASP.NET page the backend remaining the same and ODP.NET for database access.Although I am not a forms developer but&amp;#8230;</evnet:previewtext><dc:creator>evildictaitor</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/368056/Trackback.aspx</trackback:ping></item></channel></rss>