Scripting form post in C# & .net
Earlier I blogged about scripting web browsing in .NET and C#. While automating fetching of simple webpages using GET method is pretty simple, form posting and retrieving response can be even more challenging. I had a tough time getting form posting to work. But once