Calling an HttpHandler which returns some data from Server side code

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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top