Click here to Skip to main content
15,896,154 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Adding number of days to a Date Pin
Alexander Wiseman27-Jul-04 8:00
Alexander Wiseman27-Jul-04 8:00 
GeneralRe: Adding number of days to a Date Pin
Ph@ntom27-Jul-04 19:40
Ph@ntom27-Jul-04 19:40 
GeneralRe: Adding number of days to a Date Pin
Alexander Wiseman28-Jul-04 4:31
Alexander Wiseman28-Jul-04 4:31 
GeneralRe: Adding number of days to a Date Pin
Ph@ntom30-Jul-04 18:57
Ph@ntom30-Jul-04 18:57 
GeneralRe: Adding number of days to a Date Pin
Alexander Wiseman2-Aug-04 7:15
Alexander Wiseman2-Aug-04 7:15 
GeneralCalling Web Services from a web page Pin
NiteShade19-Jul-04 6:36
NiteShade19-Jul-04 6:36 
GeneralRe: Calling Web Services from a web page Pin
VenkatFor.NET21-Jul-04 8:08
VenkatFor.NET21-Jul-04 8:08 
GeneralRe: Calling Web Services from a web page Pin
mysorian11-Aug-04 11:41
professionalmysorian11-Aug-04 11:41 
Let us say you created web service with some web method called
foo(). Now you create a web page in a new project from which you want to call this web service.
The first thing you need to do is to add a web reference to the Reference node of your project. This opens up a wizard where you need to reference your .asmx or .wdl url reference. Once you do this, you have the localhost( your local website)with the web service ready.
Add a button to your page. In the click event you need to create the following code. Before you write this code, at the top of the page, you need to add:
imports localhost.service1
in the click event add the following code:
dim mysvc as new service1
document.write(mysvc.foo())
ps;The service1 is having the method foo() when you created the web service. I will try to write a codewalk on this next time to the CodeProject.
Smile | :)
GeneralLocalHost and Browser Pin
ohdil16-Jul-04 8:41
ohdil16-Jul-04 8:41 
GeneralRe: LocalHost and Browser Pin
Javier Lozano18-Jul-04 17:01
Javier Lozano18-Jul-04 17:01 
GeneralRe: LocalHost and Browser Pin
ohdil22-Jul-04 13:40
ohdil22-Jul-04 13:40 
GeneralRe: LocalHost and Browser Pin
Javier Lozano22-Jul-04 14:18
Javier Lozano22-Jul-04 14:18 
GeneralGarbage Collection in JS Pin
abc87616-Jul-04 0:15
abc87616-Jul-04 0:15 
GeneralAWS Report for OpenListing Pin
Sumit Kapoor15-Jul-04 21:24
Sumit Kapoor15-Jul-04 21:24 
GeneralRe: AWS Report for OpenListing Pin
zahedonline30-Oct-08 3:41
zahedonline30-Oct-08 3:41 
GeneralHere's a curly one... Pin
Anonymous15-Jul-04 20:20
Anonymous15-Jul-04 20:20 
GeneralRe: Here's a curly one... Pin
Javier Lozano18-Jul-04 17:00
Javier Lozano18-Jul-04 17:00 
Generalthe selectList can't make selected in Netscape... Pin
cool_man15-Jul-04 17:10
cool_man15-Jul-04 17:10 
QuestionCSS Borders Always White??? Pin
Josh Koppang15-Jul-04 12:57
Josh Koppang15-Jul-04 12:57 
AnswerRe: CSS Borders Always White??? Pin
Andrew Quinn AUS15-Jul-04 22:03
Andrew Quinn AUS15-Jul-04 22:03 
GeneralFacing problems with retaining value of session variable during paging in ASP Pin
techj200215-Jul-04 11:25
techj200215-Jul-04 11:25 
GeneralHosting .NET Windows Forms Controls in IE Pin
OBRon15-Jul-04 11:22
OBRon15-Jul-04 11:22 
GeneralRe: Hosting .NET Windows Forms Controls in IE Pin
Javier Lozano18-Jul-04 17:04
Javier Lozano18-Jul-04 17:04 
GeneralRe: Hosting .NET Windows Forms Controls in IE Pin
OBRon19-Jul-04 3:10
OBRon19-Jul-04 3:10 
Questionhow to download from client to server Pin
Member 120813914-Jul-04 22:25
Member 120813914-Jul-04 22: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.