Results 1 to 2 of 2

Thread: GDI + and ASP.NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    68

    GDI + and ASP.NET

    I currently not near my work computer to try this so I am asking the experts here. Can you use GDI + on a webform to create gradients and all of the other good features of GDI

    thanks

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Yes... you can.

    However, if the gradients don't need to be dynamically created, it would far easier and less server intensive to just load the gradient as a static image and use a style tag to make it the background image for the form or on the body tag.

    <body style="BACKGROUND-IMAGE: url(http://localhost/myWebApp/Images/BLU.jpg);">

    Using static images is a far more efficient use of server resources.

Posting Permissions

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



Click Here to Expand Forum to Full Width