Move around a picture file dynamically in an asp page.

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Move around a picture file dynamically in an asp page.

    How to move around a picture file dynamically in an asp page? Any link
    to sample code will be great.

    Thanks.

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    eddie wang Guest

  2. Similar Questions and Discussions

    1. CS1: Slug does not move with page?
      I work in a design department where we are frequently pulling pages from older documents, and we need to keep track of where these reused pages are...
    2. Dynamically adding controls to page SOURCE file
      Hi, I have a class, derived from "Control" which I can include on a page using: <tag:MyControl attr1=value></tag:MyControl> My questions are:...
    3. Dynamically adding custom controls to page source file
      Hi, I have a class, derived from "Control" which I can include on a page using: <tag:MyControl attr1=value></tag:MyControl> My questions are:...
    4. How to move text from one page to a form on another page
      I used DW to build and maintain our retail site, but still can't figure this out without some clear help---please advise if there is an easy solution...
    5. How can I draw a picture to a web form dynamically.
      you will need something like an image placeholder in your client form. then you can load your gif file into that place holder. //Add the image...
  3. #2

    Default Re: Move around a picture file dynamically in an asp page.

    > How to move around a picture file dynamically in an asp page? Any link
    > to sample code will be great.
    You need to write client side script to make this happen using
    JavaScript/DHTML.
    I don't have a code example for this, but google searches for JavaScript of
    DHTML should be rewarding.
    HTH.
    --
    Peter O'Reilly


    Peter O'Reilly Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139