J
John Dalberg
What is the equivalent asp.net for the ColdFusion code below?
<cfhttp url="http://www.xxx.com/cgi-bin/changepassword.exe" method="post">
<cfhttpparam type="FORMFIELD" name="domainname" value=#sDomainName#>
<cfhttpparam type="FORMFIELD" name="password" value=#sFtppassword#>
John Dalberg
<cfhttp url="http://www.xxx.com/cgi-bin/changepassword.exe" method="post">
<cfhttpparam type="FORMFIELD" name="domainname" value=#sDomainName#>
<cfhttpparam type="FORMFIELD" name="password" value=#sFtppassword#>
John Dalberg