I'm very new to ASP.NET (and ASP) but I need to know if there is an easy way to reuse some code. Example... I have to collect the same 5 pieces of information (asp:textbox) in nine different forms. Is there an easy way to create a central version of this (web form) and reuse it in multiple pages?.Thanks Krisin...<BR> I found some good articles on User Controls and this should solve my problem.