Ask a Question related to ASP.NET Web Services, Design and Development.
-
Raakeli #1
How do I change data retrieved from db before sending it out to client
I'm new to dotnet. This might not be the right place to post my
question, if so, accept my apoligies and please redirect me to the
correct group.
I made a web service and it is working well, but some of the data I
retrieved from the database is in coded format (eg. R for Released).
1) What is the simplest way I can translate that data before sending it
out to the client?
2) Can I easily read codes and text from a table and use that to
translate the codes to text before sending to the client?
This is what I have done so far:
- generated a oleDbDataAdapter (with SQL stmt that retrieves raw data)
- generated a dataset
- coded a web method that fills the dataset from the dataAdapter and
returns the dataset to the client
- coded a client to get the data and display it in a datagrid.
What I need now is to alter the data to something sensible for the
client to read. I figure I should probably do that at the WebServices
end, otherwise all clients will have to do the translation.
Thanks in advance for any help.
Raakeli Guest
-
ASP.Net client sending XML string
Hi, I am using a .Net (VB.Net) webservice with an ASP.net client to generate an xml string from a db and then send it to a web service on the... -
Checkboxes for sending progress to the client
Hello, I'am trying to do the following : I've made a web site on which you can do some tasks on the server and would like to inform the user... -
Sometime only one data can retrieved
Hi, I developed web application with ASP, it was running well before we changed to use new server. After we started using new server since last... -
nothing retrieved from ntext data type?
Possibly this? http://support.microsoft.com/?kbid=200124 If not that, what code? Ray at work "s" <anonymous@discussions.microsoft.com>... -
Sending Client Side Event ?
"Genival" <geniobr@hotmail.com> wrote in message news:e1x0bIOdDHA.2804@TK2MSFTNGP11.phx.gbl... You can't quite do this. The only thing your... -
Raakeli #2
Re: How do I change data retrieved from db before sending it out to client
I'm wondering if I've explained my problem badly. Someone please
comment.
Raakeli Guest



Reply With Quote

