|
-
September 30th, 2008, 04:02 AM
#1
Web Service (Urgent)
HI
Can anybody plz help by providin sample code for web service where i can retrievedata form the database using Queries or StoredProcedures and bind this data to a textbox in another form using AutoCompleteExtender in C#
Thanx in Advance
Kishan
-
September 30th, 2008, 08:45 AM
#2
Re: Web Service (Urgent)
First of all, this is not the way you ask questions. Nobody can program for you without doing their own work. Actually you get lots of sample code or project online, just search by Google.
In this project, you need to do one web service and one windows application. In web service use Oledb or SqlClient class to get data from data base. and then call web service from windows application. bind the datatable to AutoCompleteExtender collection of the text box.
I can provide some parts of source code if you want, but I can't provide the whole solution for you.
The difficulty is that you have no idea how difficult it is.
.Net 3.5/VS 2008
-
September 30th, 2008, 02:01 PM
#3
Re: Web Service (Urgent)
check this article on codeproject to begin web services:
http://www.codeproject.com/KB/webser...myservice.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|