Ask a Question related to ASP.NET Web Services, Design and Development.
-
Tim R. #1
web service newbie dataset question
Could someone please tell me whether the following is possible?
I'm especially murky about step #5 :-)
I'd be very grateful for pointers to an online step-by-step
article showing something similar, or to an excellent book dealing
with javascript/ web services/ proxy methods/ ado.net datasets and
how to avoid postbacks.
1. user enters a string into textbox
2. user clicks standard HTML button on form, launching javascript
function.
3. javascript function grabs string from textbox, builds query
string with the textbox text, and invokes a web service, passing
it the text string as a lookup value.
4. web service searches a database, and then
5. web service returns ado.net dataset to a proxy method
running server-side, which places the dataset in a session
variable and invokes the databind() method of a web-control on the
form (e.g. ASP.NET grid or 3rd party multi-column combo) binding
the control to the dataset
Thanks!
Tim
Tim R. Guest
-
Newbie question: service calling COM+ server
The problem that I am trying to solve is that I want a web service to perform some highly priviledged tasks. Of course, I do not want the web... -
Newbie Question: fill a dataset with results from web service call
I am trying to get a better grasp of using web services. I have had success when I have a user type something into a text box and then pass that... -
Newbie question: using .net web service with vb6 client
Hi, I'm relatively new to web services. What I have is a .Net Web Service which returns a dataset. I'm calling the web methods via a VB 6 client.... -
updating a typed dataset (newbie question?)
I created a DataGrid and bound a DataView of a typed DataSet to it (i tried with the DataSet as well but i'd rather use the DataView as i'm using it... -
Newbie question: How do I delete a Web Service or Web Application
I tried using IIS MMC to delete a Web Service and Web Application, and I get an "Access denied". I even tried to stop the Default Web Site first....



Reply With Quote

