473,386 Members | 1,796 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Rich Asp.Net User Control

Hi,
I would like to create a rich (graphic)
ASP.NET User Control with GDI+
and I'm able to do it.
I have two question about this:

1-I would like to include a background image
(for example a jpg file) without shipping a
distinct file with my control, it's possible?

2-I save the generated image in a subfolder
with write-permission for the IUSR_<SERVERNAME>
but i don't like this solution, some suggestion?

Thanks

M
Nov 19 '05 #1
4 997
Yes, you can embed resource files into your assemblies.
Here's more information:
http://www.devx.com/dotnet/Article/10831/0/page/1

But this isn't so slick for web controls. ASP.NET 2.0 will provide better
support for embedding images in web controls.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Maurizio Alberti" <ma*********************@gmail.com> wrote in message
news:YE********************@twister2.libero.it...
Hi,
I would like to create a rich (graphic)
ASP.NET User Control with GDI+
and I'm able to do it.
I have two question about this:

1-I would like to include a background image
(for example a jpg file) without shipping a
distinct file with my control, it's possible?

2-I save the generated image in a subfolder
with write-permission for the IUSR_<SERVERNAME>
but i don't like this solution, some suggestion?

Thanks

M

Nov 19 '05 #2
> Here's more information:

thanks
But this isn't so slick for web controls. ASP.NET 2.0 will provide better
support for embedding images in web controls.


Wow! Do you know when ASP.NET 2.0 will be published?
Nov 19 '05 #3
On Tue, 22 Feb 2005 11:33:18 GMT, Maurizio Alberti
<ma*********************@gmail.com> wrote:
Here's more information:


thanks
But this isn't so slick for web controls. ASP.NET 2.0 will provide better
support for embedding images in web controls.


Wow! Do you know when ASP.NET 2.0 will be published?

Should reach release by christmas hopefully.

BETA 1 is out and available to play with, but you can't publish.

BETA 2 will have a publish license and should be out this first
quarter was the last inklings I had heard.

I

--
Iain Norman | http://www.eliteforum.org
Nov 19 '05 #4
Beta 1 is out now, Beta 2 should be out within the next couple months.
The full release product should be out before the end of the year.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Maurizio Alberti" <ma*********************@gmail.com> wrote in message
news:2M*********************@twister1.libero.it...
Here's more information:


thanks
But this isn't so slick for web controls. ASP.NET 2.0 will provide
better support for embedding images in web controls.


Wow! Do you know when ASP.NET 2.0 will be published?

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: bala | last post by:
hi there the senario - an A2k application is distributed as a mdb to various users. they are not packaged. rich textbox is being used in one form. requirement - in some of the user's machine...
2
by: Neil | last post by:
Is there an editable RTF textbox control which allows the user to apply bold, italic, etc.? I tried the Microsoft Rich Textbox Control, but there doesn't seem to be a way to allow the user to...
2
by: VB Programmer | last post by:
I want to create an email message with a HTML body and email it out. I know how to create/send the email (for the most part.) 1. Any ideas or examples of using an ASP.NET rich text editor so...
3
by: Daniel | last post by:
Hi All, I wan to create a rich text control to let user write text and paste some object(picture) in it. After that, the rich text will store into sqlserver. User can retrieve it from...
6
by: Brad Allison | last post by:
Hi, I guess I am not understanding something and I have been searching Help in VB, newgroups, etc. I have a simple application that contains just over 300 rich text files (these are breed...
0
by: ray well | last post by:
hi, my app has two parallel rich text boxes containing the same content in 2 different languages. the lines parallel each other, line #3 in english contains the same content as line #3 in...
9
by: Neil | last post by:
I need to implement a rich text box in an MDB file for a user base that consists of Access 2000 and Access 2002. Unfortunately, I'm using Access 2003 on my development machine. My understanding is...
4
by: Neil | last post by:
Just found out that the Microsoft Rich Textbox does not support full text justification, since it's based on Version 1.0 of the RichEdit Window Class, and full text justification is only available...
16
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
6
by: Neil | last post by:
I'm having problems with an implementation of the Microsoft Rich Textbox Control 6.0 in an Access 2000 database. The form with the controls works fine except on two computers. On these computers,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.