Saurabh Chowdhury on programming and life.
in

Friday, March 31, 2006 - Posts

  • Fri

    Using PostBackUrl To Post Form Data To a php Page.

    Many Windows Server 2003/IIS 6 Web hosts provide php & Perl among other goodies. And if you happen to be among the rare people who work on both Microsoft .net & LAMP technologies like me ;) you must absolutely adore this new cool capability in ASP.net 2.0 that allows you to post data to a php/Perl page. Though you can literally post to a page written in any language using the technique, I'm focusing on a specific example illustrating the ability to post form data to a php page using ASP.net...