Hello Dabbler,
Two ideas:
> I don't want it compiled
> in the existing apps dll's but separate dll and separate project.
(1) The requirements sound like you'd need Custom/Composite Server Controls.
http://samples.gotdotnet.com/quickst...authoring.aspx
(2) Check out this URL;
Creating a Simple Image Slide Show
http://aspnet.4guysfromrolla.com/articles/070704-1.aspx
"Dabbler" wrote:
> I need to add a photo gallery component to an existing asp.net application.
> I'm not sure how to create the gallery component, as I don't want it compiled
> in the existing apps dll's but separate dll and separate project. Can someone
> give me a short comment on the best way to do this to create addon
> functionality so it doesnt conflict with existing app namespace but can be
> placed into an existing app page and folder?
>
> Thanks much.