|
-
Oct 29th, 2004, 09:49 AM
#1
Thread Starter
Lively Member
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
-
Oct 29th, 2004, 12:07 PM
#2
I wonder how many charact
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|