- Joined
- Jul 17, 2008
- Messages
- 1
- Reaction score
- 0
Hi,
I have written an HttpHandler which returns some data in the Response after some processing. I am using Context.Response.Write() for this.
Now, I want to call this handler from the page behind code of some other ASPX page. Can anyone tell how it can be done?
Please note that here, I want to just collect the data returned from the handler while I am still on the same page.
Any help will be really appreciated..
I have written an HttpHandler which returns some data in the Response after some processing. I am using Context.Response.Write() for this.
Now, I want to call this handler from the page behind code of some other ASPX page. Can anyone tell how it can be done?
Please note that here, I want to just collect the data returned from the handler while I am still on the same page.
Any help will be really appreciated..