Click here to Skip to main content
15,886,810 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionvariable for aspx and all its ascx Pin
Jassim Rahma4-Nov-12 8:25
Jassim Rahma4-Nov-12 8:25 
AnswerRe: variable for aspx and all its ascx Pin
n.podbielski4-Nov-12 10:17
n.podbielski4-Nov-12 10:17 
GeneralRe: variable for aspx and all its ascx Pin
Amir Jalilifard5-Nov-12 8:15
professionalAmir Jalilifard5-Nov-12 8:15 
Questionhttpmodule, context.items.add("originalUrl") Pin
jkirkerx3-Nov-12 19:44
professionaljkirkerx3-Nov-12 19:44 
Questionhow to split a page using frameset Pin
fahad.11-Nov-12 2:02
fahad.11-Nov-12 2:02 
AnswerRe: how to split a page using frameset Pin
jkirkerx4-Nov-12 7:58
professionaljkirkerx4-Nov-12 7:58 
QuestionHow do I call a remote Web Service from an Asp.net application? Pin
Nada Adel31-Oct-12 23:28
Nada Adel31-Oct-12 23:28 
AnswerRe: How do I call a remote Web Service from an Asp.net application? Pin
Keith Barrow1-Nov-12 5:54
professionalKeith Barrow1-Nov-12 5:54 
Normally, you'd generate a set of service proxy classes to handle the communication to the server. Working at the Http level/rolling your own messages is normally tiresome and needless, thankfully there is a wsdl defining the service you want to use.

I'd suggest running wsdl.exe against http://217.52.114.3/kannelsending/service.asmx?WSDL[^], this will generate a set of proxy classes you can consume in your code.

You can also add a reference to the web service by right-clicking the project --> add service reference and using http://217.52.114.3/kannelsending/service.asmx as the service address. Don't know how well it works with external IPs, and if anything changes with the external service, it could break your code.

Refs here:

http://msdn.microsoft.com/en-us/library/ms155134.aspx[^]

AnswerRe: How do I call a remote Web Service from an Asp.net application? Pin
CafedeJamaica2-Nov-12 6:22
professionalCafedeJamaica2-Nov-12 6:22 
AnswerRe: How do I call a remote Web Service from an Asp.net application? Pin
jkirkerx2-Nov-12 18:41
professionaljkirkerx2-Nov-12 18:41 
Generalasp.net Pin
rifayee31-Oct-12 22:50
rifayee31-Oct-12 22:50 
GeneralRe: asp.net Pin
Think On1-Nov-12 4:39
Think On1-Nov-12 4:39 
GeneralRe: asp.net Pin
rifayee1-Nov-12 19:13
rifayee1-Nov-12 19:13 
GeneralRe: asp.net Pin
R. Giskard Reventlov1-Nov-12 13:16
R. Giskard Reventlov1-Nov-12 13:16 
GeneralRe: asp.net Pin
Think On1-Nov-12 20:29
Think On1-Nov-12 20:29 
Questionwhat is different between DataAdapter.Update( ) and DataSetAcceptChange( ) in ADO.Net Pin
RKSPradeep31-Oct-12 19:58
RKSPradeep31-Oct-12 19:58 
AnswerRe: what is different between DataAdapter.Update( ) and DataSetAcceptChange( ) in ADO.Net Pin
Sandeep Mewara3-Nov-12 7:43
mveSandeep Mewara3-Nov-12 7:43 
QuestionHow to implement a component that facilitates Sftp in .net Pin
Alesha Mary Milred Fernandes31-Oct-12 19:56
Alesha Mary Milred Fernandes31-Oct-12 19:56 
AnswerRe: How to implement a component that facilitates Sftp in .net Pin
Sandeep Mewara3-Nov-12 7:46
mveSandeep Mewara3-Nov-12 7:46 
Questioncopy sheets one work book to other work book using open xml in windows azure Pin
prakashreddy1730-Oct-12 23:06
prakashreddy1730-Oct-12 23:06 
Questiondesign a master page Pin
RKSPradeep30-Oct-12 20:50
RKSPradeep30-Oct-12 20:50 
AnswerRe: design a master page Pin
Rahul Rajat Singh31-Oct-12 2:25
professionalRahul Rajat Singh31-Oct-12 2:25 
AnswerRe: design a master page Pin
jkirkerx31-Oct-12 7:23
professionaljkirkerx31-Oct-12 7:23 
AnswerRe: design a master page Pin
ZurdoDev5-Nov-12 5:42
professionalZurdoDev5-Nov-12 5:42 
AnswerRe: design a master page Pin
xut24477-Nov-12 14:49
xut24477-Nov-12 14:49 

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.