Which way forward / component???

jeffpeters

Member
Joined
Jul 28, 2006
Messages
14
Programming Experience
5-10
Hi

General question here.

I am trying to build a "survey builder" to generate questionnaires on different web sites. All the Q & A etc are to be stored in the database or will be cached locally.

Currently I have managed to build a website (containing an ascx that I have dragged onto test web pages) that pulls all the data for each survey from the database and all works well. However, I would like to package this up into a "component" so I can slip it into any new website I create.

This is a new area to me - sure I could copy the site and classes but that doesnt seem ideal.

I've began playing around with Composite Controls / Web Control Libraries but dont think this is ideal. Any links on vb.net 2 components seem daunting.

Thanks in advance.

Jeff
 
Back
Top