Click here to Skip to main content
16,008,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
WickedFooker wrote:
When I submit the FORM it has this in the submit:
C#
<form id="form1" runat="server" action="clsWebServices.asmx/FindAddress" method="post">

Why? If you want to call the service from the code-behind, you need to post back to the same page. Your form is trying to post directly to the service instead.

I haven't tried it, but posting to the service might work if you use client-side controls so that the names match the parameter names precisely. You can't use the server controls, because ASP.NET will mangle the names to make them unique. However, even if it works, the result isn't going to be something you want to display to the user.

If you want to call the service from the browser without posting back, you'll need to use javascript:
http://msdn.microsoft.com/en-us/library/bb398995%28v=vs.90%29.aspx[^]



"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
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 
QuestionValidation Question - Help Pin
WickedFooker20-May-13 14:25
WickedFooker20-May-13 14:25 
AnswerRe: Validation Question - Help Pin
Manfred Rudolf Bihy21-May-13 3:26
professionalManfred Rudolf Bihy21-May-13 3:26 

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.