Link to home
Start Free TrialLog in
Avatar of shahprabal
shahprabalFlag for United States of America

asked on

Call a web wethod / web service from SQL Server Report

Hi all,

The report I am working on needs a feature where the user can delete the comments that are on the report. Basically a button functionality... Some had used a textbox to look like a button that takes the user to a page where they can enter a comment. Problem is its a classic asp page and I dont know classic. I was thinking if I can add another textbox that looks like a button and have it call a webservice, pass in the memberid, I can have the code to delete the comments for that member in the webservice. Does anyone know 1) if its possible to do that (the page can't be redirected to the webservice page, it has to stay on the report page) 2) how to go about doing this 3) any other alternatives.

We use vs2005

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Tone' Shelby
Tone' Shelby
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial