Click here to Skip to main content
15,891,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLoading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 8:41
Frankidoze7-Nov-07 8:41 
AnswerRe: Loading image at run time in a custom control used in a page. How to code this? Pin
pmarfleet7-Nov-07 9:44
pmarfleet7-Nov-07 9:44 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 10:00
Frankidoze7-Nov-07 10:00 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
pmarfleet7-Nov-07 10:11
pmarfleet7-Nov-07 10:11 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 10:55
Frankidoze7-Nov-07 10:55 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
ahmet.ureten8-Nov-07 10:11
ahmet.ureten8-Nov-07 10:11 
AnswerRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Guffa7-Nov-07 10:12
Guffa7-Nov-07 10:12 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 10:46
Frankidoze7-Nov-07 10:46 
It doesn't work because the image is not loaded when I run the page.

There is no error. It shows the traditional "image missing" image Smile | :) .

The situation is this:

My custom control MyCC is a class (it's not a user control) compiled into a dll.
All images I need to use for MyCC are defined in a folder named Images. So I guess they ended up in the dll somehow.

My page uses MyCC.
When MyCC is rendered, the image set for the Image control is not found because their is no such file on my web server.

In order to access those images from the page I guess they need to be extracted from the dll.

I want to defined those images with my class so wherever you use the control no extra step need to be done. Just drag the CC from the tool bar onto your page.

I guess at some point I need to manage those images as resources.

I hope my explanations will help you to help me. Smile | :)


"Nothing is lost, Nothing is created, Everything is transformed" Lavoisier

AnswerI found the solution...Probably will write a paper about it Pin
Frankidoze7-Nov-07 12:05
Frankidoze7-Nov-07 12:05 
AnswerSolution Pin
Frankidoze7-Nov-07 12:34
Frankidoze7-Nov-07 12:34 
QuestionWhat are token ID's?? Pin
Goalie357-Nov-07 5:41
Goalie357-Nov-07 5:41 
QuestionIIS and .Net Issue - .aspx pages not pulling Pin
dboy2217-Nov-07 4:57
dboy2217-Nov-07 4:57 
AnswerRe: IIS and .Net Issue - .aspx pages not pulling Pin
Michael Sync7-Nov-07 5:32
Michael Sync7-Nov-07 5:32 
GeneralRe: IIS and .Net Issue - .aspx pages not pulling Pin
dboy2217-Nov-07 6:18
dboy2217-Nov-07 6:18 
GeneralRe: IIS and .Net Issue - .aspx pages not pulling Pin
Michael Sync7-Nov-07 6:21
Michael Sync7-Nov-07 6:21 
GeneralRe: IIS and .Net Issue - .aspx pages not pulling Pin
dboy2217-Nov-07 6:31
dboy2217-Nov-07 6:31 
GeneralRe: IIS and .Net Issue - .aspx pages not pulling Pin
dboy2217-Nov-07 8:42
dboy2217-Nov-07 8:42 
GeneralRe: IIS and .Net Issue - .aspx pages not pulling Pin
Michael Sync7-Nov-07 16:51
Michael Sync7-Nov-07 16:51 
QuestionBest layout for Subscriptions Page Pin
.NetRocker7-Nov-07 4:50
.NetRocker7-Nov-07 4:50 
AnswerRe: Best layout for Subscriptions Page Pin
Michael Sync7-Nov-07 5:54
Michael Sync7-Nov-07 5:54 
GeneralRe: Best layout for Subscriptions Page Pin
.NetRocker7-Nov-07 6:00
.NetRocker7-Nov-07 6:00 
GeneralRe: Best layout for Subscriptions Page Pin
Michael Sync7-Nov-07 6:14
Michael Sync7-Nov-07 6:14 
GeneralRe: Best layout for Subscriptions Page Pin
.NetRocker7-Nov-07 6:16
.NetRocker7-Nov-07 6:16 
GeneralRe: Best layout for Subscriptions Page Pin
Michael Sync7-Nov-07 6:39
Michael Sync7-Nov-07 6:39 
QuestionProblem with Login Control [modified] Pin
ocabrera707-Nov-07 4:33
ocabrera707-Nov-07 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.