Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi.
As i am a beginner to web services, please guide me with the code for the following problem.

I want to write a message in web service and display it in a text box and also count the number of characters in message and report back.
I want to do it ASP.NET.
Posted

1 solution

I would suggest you to first learn to create and consume a web service.
This would be a good place to start
Your first C# Web Service[^]

For more resources Google[^]
 
Share this answer
 
Comments
kg88 14-Sep-12 8:18am    
I have learnt some basics on web services. I just need a code for that problem
__TR__ 14-Sep-12 8:23am    
Then you should be able to display the message in textbox without any difficulty and you can use Length Property[^] to get the count of number of characters in the message.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900