function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PauloPaulo 

Inserting a web to lead to salesforce.com

Hi, I am new to salesforce and I am trying to create an asp.net app in c# that will insert leads to salesforce.com from our company's corporate website. I have created a developer account, downloaded the wsdl and added a reference to it in my project and all seems to be working well. But now I need to know how I can insert a record into salesforce.com. Is there any sample code that I can look at in asp.net(c#)? How do I login to salesforce and insert a record etc..  Thanks in advance.

Paulo 

SuperfellSuperfell
Have you looked at the .NET getting started kit ?

http://www.sforce.com/resources/toolkits-samples.jsp#NETGettingStarted
PauloPaulo
That's a start. Thanks!