Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Create a Bitmap image in memory and show it in an ASP .Net Page

Create a Bitmap image in memory and show it in an ASP .Net Page

Scheduled Pinned Locked Moved ASP.NET
graphicscsharpwinformsperformance
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FJJCENTU
    wrote on last edited by
    #1

    I am tryng to create a Bitmap completely in memory (Bitmap BMP = new BitMap(300,300)) and later with GDI create a complete image based on mathematical calculations, and later show the result in the ASP .Net page, but I don`t know which control use for it because all the ASP .Net image control that I find include an URL string property for stablishing the source image, but I don´t find any control which accepts an in memory image as source like pictureBox does in Windows Forms, but I find pages doing it, could anybody tell me how is it possible in ASP .Net. Best Regards

    N 1 Reply Last reply
    0
    • F FJJCENTU

      I am tryng to create a Bitmap completely in memory (Bitmap BMP = new BitMap(300,300)) and later with GDI create a complete image based on mathematical calculations, and later show the result in the ASP .Net page, but I don`t know which control use for it because all the ASP .Net image control that I find include an URL string property for stablishing the source image, but I don´t find any control which accepts an in memory image as source like pictureBox does in Windows Forms, but I find pages doing it, could anybody tell me how is it possible in ASP .Net. Best Regards

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      There aren't any built-in controls that will render an image from memory. You'll have to create you own server control, but there are numerous examples here and elsewhere.


      I know the language. I've read a book. - _Madmatt

      F 1 Reply Last reply
      0
      • N Not Active

        There aren't any built-in controls that will render an image from memory. You'll have to create you own server control, but there are numerous examples here and elsewhere.


        I know the language. I've read a book. - _Madmatt

        F Offline
        F Offline
        FJJCENTU
        wrote on last edited by
        #3

        Could you please give any link talking about this Server Control creation. Best regards

        N 1 Reply Last reply
        0
        • F FJJCENTU

          Could you please give any link talking about this Server Control creation. Best regards

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          You need to learn how to find information on your own.


          I know the language. I've read a book. - _Madmatt

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups