Link to home
Start Free TrialLog in
Avatar of GlobaLevel
GlobaLevelFlag for United States of America

asked on

web services - how does a client talk to server and vice versa

trying to write a asp.net web service...

can I have a web service expert look at the link below...
http://quickstarts.asp.net/QuickStartv20/util/srcview.aspx?path=~/webservices/samples/DataTypes/DataTypes.src&file=vb\Client\DataTypesClient.aspx&lang=VB+Source

trying to figure out how the client server would talk to each other...

using web services...if a user pushes a button on a asp.net page from the server..how can I get that to launch a function  on the client vb.net?

after pushing the button on the server asp.netpage ..can the code be selective as to which client it wants to kick off the function?  ie the user selects clienta instead of client b and the client b kicks the web service opens the vb.net...because of a page load ..once the vb.net app opens....it kicks the code off...to run its processess...
Avatar of GlobaLevel
GlobaLevel
Flag of United States of America image

ASKER

Help ?
ASKER CERTIFIED SOLUTION
Avatar of Anil Golamari
Anil Golamari
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial