You need to sign in to do that
Don't have an account?

How to make a simple SELECT <query> asp.net C#
How to make a simple SELECT from accounts module of an salesforce app module in asp.net C#.
How could be possible to make queries in asp.net MVC C# application and show them in a window of the app.
Thanks!
How could be possible to make queries in asp.net MVC C# application and show them in a window of the app.
Thanks!
All Answers
If you haven't already, please take a look at the Salesforce / .NET toolkit documentation here: https://developer.salesforce.com/page/Integrating_Force.com_with_Microsoft_.NET
A simple Account query would look like the following:
This is what I did. When I debug it simply shows nothing. What am I doing wrong?
Please help me with this.
Thank you James.