I am usinh C# to create a Webservice.
The applications that uses he Webservice does not have the capability of formating fonts, but uses it as it gets it.
I would like to chnage the color of the data I send to the Webservice to something else in certain cases eg to RED if it is below 10.
I am not using .forms in my program so I can not use
"SelectionColor"
Can anybody help me please.
I would also like to change the background if possible.
dfswart 0 Newbie Poster
Recommended Answers
Jump to PostWebservices are made to deliver raw results and to be called from any kind of applications.
Webservices won't need to know if you need string in bla bla bla format. Say; it receives string then does some operations it returns string you can from caller application to format the string …
Jump to PostWhat's your application type?!
Why you need to format it before sending?!
All 5 Replies
Ramy Mahrous 401 Postaholic Featured Poster
dfswart 0 Newbie Poster
Ramy Mahrous 401 Postaholic Featured Poster
sknake 1,622 Senior Poster Featured Poster
serkan sendur 821 Postaholic Banned Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.