images in Custom Server Control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am creating a new Custom Asp .Net server Control which include some images and my question is, what I need to do for enclosing the images as part of the final .dll so I can move the Library including all their resources in the same package or the only solution is to create an installation msi package. Best Regards
-
I am creating a new Custom Asp .Net server Control which include some images and my question is, what I need to do for enclosing the images as part of the final .dll so I can move the Library including all their resources in the same package or the only solution is to create an installation msi package. Best Regards
Compile the images within the project as an embedded resource.