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
mdkmdk 

asp.net (sforce newby)

Hey Guys,

I'm setting my web site up so that people who setup trial accounts through or trial page are saved as accounts in sales force. There just aren't very many examples so let me just bluntly ask the questions I've come across so far:

1) How to I create and save accounts in asp.net/vb.net ( I have succesfully attached the sforce api)

2) How do I get an existing ID programmaticaly?

Any help would be greatly appreciated.

HaroldHHaroldH
Check the sforce API documentation and .NET Getting Started Package, which are available here:

http://www.sforce.com/resources/

You will find numerous examples that should get you going. We've all been down this path.
mdkmdk
Thanks