I have a number of articles on my site outlining various techniques for
creating redistributable custom controls.
Here are a few you may find useful for starters:
http://SteveOrr.net/faq/UserCustom.aspx
http://SteveOrr.net/articles/InheritAndExtend.aspx
http://SteveOrr.net/articles/BarGraphs.aspx
http://SteveOrr.net/articles/ClientSideSuite.aspx
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
http://iPhonePlaza.net
"M. Ali Qureshi" <> wrote in message
news

65D5CB5-AE75-42DD-A455-...
> Hi Experts,
>
> I'm a beginner/intermediat in ASP.NET. I have created a small photo
> gallery to use in my own personal site. Which i think is quite simple and
> nice enough that i would like to share it online.
>
> I would like to share it in form of a control (DLL), where user should be
> able to set some properties (e.g. root folder, columns etc etc..). But....
> i have never made a DLL control, and i would like to know if there is some
> guide i could read which tells the basics of creating own dll controls?
>
> Thanks for help.
>
> Regards