[CLOSED] Force load of an image

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Force load of an image

    Hi, I hope you can help me.

    I have this in my web page:
                                <ext:Panel runat="server" Width="410" Border="false" Layout="VBoxLayout">
                                    <Items>
                                        <ext:Image ID="iCa" runat="server" Width="380" Height="280" />
                                        <ext:Image ID="iCr" runat="server" Width="380" Height="280"/>
                                    </Items>
                                </ext:Panel>
    So, in codebehind I assign the imageUrl property:
                            iCa.ImageUrl = somvalue + ".jpg";
    My question is, how can I force to load the image each time I call my webpage?.

    I have this situation I load the webpage the first time, and it shows the current image on the disk, but in some cases I need to change the image(keeping the same filename), so in this cases it is when I need to force an image load of the right file(physical not the one in the cache).

    Thanks.
    Last edited by Daniil; Jan 30, 2015 at 2:58 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Load byte array jpg into a Ext:Image
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 02, 2018, 5:19 PM
  2. how to load image dynamically?
    By hongxue in forum 2.x Help
    Replies: 0
    Last Post: Sep 08, 2013, 7:45 AM
  3. [CLOSED] Load html in window to print an image.
    By stoque in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 03, 2011, 10:37 AM
  4. Replies: 3
    Last Post: Nov 06, 2009, 10:46 AM

Tags for this Thread

Posting Permissions