Click here to Skip to main content
15,887,945 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Telerik Vs Devexpress Pin
Mohamed_hussain23-May-13 18:01
Mohamed_hussain23-May-13 18:01 
GeneralRe: Telerik Vs Devexpress Pin
Jasmine250128-May-13 7:30
Jasmine250128-May-13 7:30 
GeneralRe: Telerik Vs Devexpress Pin
Richard MacCutchan28-May-13 11:16
mveRichard MacCutchan28-May-13 11:16 
QuestionRe: Telerik Vs Devexpress Pin
ZurdoDev24-May-13 4:29
professionalZurdoDev24-May-13 4:29 
AnswerRe: Telerik Vs Devexpress Pin
Mohamed_hussain24-May-13 18:17
Mohamed_hussain24-May-13 18:17 
AnswerRe: Telerik Vs Devexpress Pin
ZurdoDev28-May-13 2:20
professionalZurdoDev28-May-13 2:20 
QuestionWeb Services / Web References in ASP.NET using C# Pin
WickedFooker23-May-13 0:50
WickedFooker23-May-13 0:50 
AnswerRe: Web Services / Web References in ASP.NET using C# Pin
Richard Deeming23-May-13 1:41
mveRichard Deeming23-May-13 1:41 
The error message is quite clear, and also correct. The class clsWebServices doesn't contain a method called FindAddress. That method is defined on a nested class called Service1.

Either move the method to the outer class, or change the class you're creating:
C#
clsWebServices.Service1 serviceObj = new clsWebServices.Service1();




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Web Services / Web References in ASP.NET using C# Pin
WickedFooker23-May-13 11:27
WickedFooker23-May-13 11:27 
GeneralRe: Web Services / Web References in ASP.NET using C# Pin
Richard Deeming24-May-13 1:42
mveRichard Deeming24-May-13 1:42 
GeneralRe: Web Services / Web References in ASP.NET using C# Pin
WickedFooker24-May-13 15:57
WickedFooker24-May-13 15:57 
Questionplease help me create form comment in asp.net mvc Pin
smile9x22-May-13 15:47
smile9x22-May-13 15:47 
AnswerRe: please help me create form comment in asp.net mvc Pin
dusty_dex22-May-13 21:06
dusty_dex22-May-13 21:06 
GeneralRe: please help me create form comment in asp.net mvc Pin
smile9x23-May-13 0:51
smile9x23-May-13 0:51 
QuestionStore string list Pin
byka21-May-13 7:53
byka21-May-13 7:53 
QuestionRe: Store string list Pin
ZurdoDev21-May-13 10:22
professionalZurdoDev21-May-13 10:22 
AnswerRe: Store string list Pin
Manfred Rudolf Bihy21-May-13 21:07
professionalManfred Rudolf Bihy21-May-13 21:07 
AnswerRe: Store string list Pin
poongunrans28-May-13 20:07
poongunrans28-May-13 20:07 
QuestionStart an async method inside an MVC action method. Pin
Brady Kelly21-May-13 6:43
Brady Kelly21-May-13 6:43 
Questionanyone plz tell me which is free version of iTextSharp library? Pin
manoj.jsm21-May-13 4:34
manoj.jsm21-May-13 4:34 
AnswerRe: anyone plz tell me which is free version of iTextSharp library? Pin
Thomas Daniels21-May-13 7:10
mentorThomas Daniels21-May-13 7:10 
QuestionMVC vs n-Tier Architecture Pin
Bikash Prakash Dash21-May-13 0:08
Bikash Prakash Dash21-May-13 0:08 
AnswerRe: MVC vs n-Tier Architecture Pin
Richard MacCutchan21-May-13 2:58
mveRichard MacCutchan21-May-13 2:58 
AnswerRe: MVC vs n-Tier Architecture Pin
Manfred Rudolf Bihy21-May-13 3:17
professionalManfred Rudolf Bihy21-May-13 3:17 
Questioninstallation of visual vsn server Pin
Member 870181320-May-13 21:25
Member 870181320-May-13 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.