Can some one HELP me out!!!!!!!!!!!!!!

  • Thread starter Thread starter Santhu
  • Start date Start date
S

Santhu

You are planning to develop a Microsoft(R) Windows(R)-
based survey wizard. Each page in the wizard will be
implemented using a form control. Each item in the survey
will be represented by a radio button control that will
allow a user to select a value in a specified range. All
forms in the survey will be available for every user who
takes the survey. The items in the survey will be
determined by a user's previous selections.

How should you implement the application?

Thank you
 
How should you implement the application?

Thats up to you, but have a look at http://www.divil.co.uk for a .net
control that implements a standard wizard form. I've used it in my app and
it works great and is easy to use - simply drop it onto a windows form and
add wizard pages as needed.

Hope this helps,

Trev.
 
Back
Top