Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3321944
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:07:25+00:00 2026-05-17T23:07:25+00:00

I have a WebMethod that recives HTML as parameter somthing like this: Public Function

  • 0

I have a WebMethod that recives HTML as parameter somthing like this:

Public Function ConvertHtmlToPdfListAnswer(ByVal dokument As Dokument) As Byte()

In this HTML my path to for example user signature looks like this:

Handlers/SzablonyListImgHandler.ashx?usid=2006

My handler starts like this:

Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest

and it takes parameter from context, creates query for databese and returns stream output like this:

If Not String.IsNullOrEmpty(context.Request.QueryString("usid")) Then
...
...
streamOut.WriteTo(context.Response.OutputStream)

My problem is that it fires onle once…what I mean is that when I call the service again it doesn’t enter the handler but it already shows me the image when i check the HTML in debugger view. So when The user changes his signature in database the service method still returns the previous one…I think it could be some kind of chache problem…Any ideas??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T23:07:26+00:00Added an answer on May 17, 2026 at 11:07 pm

    yes this is the cache problem, browser caches the result of handler, and when you call the handler again, browser returns the cached result.

    to prevent caching you need to set this in the handler before you write stream to context.Response.OutputStream

    context.Response.Cache.SetCacheability(HttpCacheability.NoCache);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple web service operation like this one: [WebMethod] public string HelloWorld()
I have some ASP.NET page and webservice WebMethod() methods that I'd like to add
I'm calling a page method using a jquery function that's somewhat like this: function
In my experience I call simple web methods, like this: [WebMethod] public List<string> GetUserListByLetters(string
If I have a web service method, e.g. [WebMethod] [XmlInclude(typeof(SportsCar)), XmlInclude(typeof(FamilyCar))] public Car[] GetCars()
I have a webmethod that returns a Hashtable through a jQuery ajax call along
Is it possible in jax-ws to have a webmethod that creates a new object
I have written a webmethod that returns the list of the Users althought the
I have a .NET webmethod that I have called from jQuery. The method returns
We have a C# WebMethod that is called synchronously by a Delphi CGI (don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.