Response.End

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kerri

    #1

    Response.End

    Hi,

    I have an ASP.Net application.

    My user enters some figures and I do some calculations and
    write the results out to asp.net labels.

    I have a button that allows the user to download these
    figures in PDF format (crystal report rendered as pdf).

    If the user changes the figures but does not recalcualte
    and clicks on my dowload button i recalcualte and write
    results out to labels and tehn download. However my labels
    do not get updated but my dowload has teh new figures. I
    recalculate and then create my PDF and I do a Response.End
    to flush my report oit to teh screen.

    What do I have to do to refresh my ASP Page to show these
    new values?

    Kerri
Working...