M
MikeB
I'm really new at this. Trying my hand at creating an ASP.Net website
using C# as the language. I have written a website using ASP.net and
VB and I have worked through a book on using C#.
I have a sample C# asp.net application from here (http://
www.prosper.com/Downloads/Services/Samples/ProsperQueryApp.zip)
I want to write a website that implements the same web service
https://services.prosper.com/ProsperAPI/ProsperAPI.asmx?WSDL
In the sample (and in a web site I create using VB) the web services
appear in the object browser. When I create a web reference in a C#
website, I don't get the web reference in the Object Browser. Any
reference in my program is then in error.
I'm having a lot of difficulty writing a web page using C#. Sometimes
when I create a form on the page, it is as if the form doesn't exist.
Once I managed to get past this by excluding the page from the
solution and then including it again. However, I cannot get a
reference to a DataGridView to be resolved.
I'm really tempted to chuck the C# attempt and fall back to VB.
Please help!
using C# as the language. I have written a website using ASP.net and
VB and I have worked through a book on using C#.
I have a sample C# asp.net application from here (http://
www.prosper.com/Downloads/Services/Samples/ProsperQueryApp.zip)
I want to write a website that implements the same web service
https://services.prosper.com/ProsperAPI/ProsperAPI.asmx?WSDL
In the sample (and in a web site I create using VB) the web services
appear in the object browser. When I create a web reference in a C#
website, I don't get the web reference in the Object Browser. Any
reference in my program is then in error.
I'm having a lot of difficulty writing a web page using C#. Sometimes
when I create a form on the page, it is as if the form doesn't exist.
Once I managed to get past this by excluding the page from the
solution and then including it again. However, I cannot get a
reference to a DataGridView to be resolved.
I'm really tempted to chuck the C# attempt and fall back to VB.
Please help!