IWizard
Hi,
I have a requirement to create a New Project Template Wizard in VS 2005.
a. On clicking of the Wizard will show the tables from SQL.
b. User will select the required table.
c. Then the wizard should create a class file with all the tables as a class name and properties as a field name.
I know it is a huge requirement, but kindly suggest the outline on what to do. When I browsed on the web I got info. about IWizard interface which invoke the windows form when user select the Mytemplate in the new web project.
But how to pick values from the form and create the class file and add it to the web project is the main question.
Kindly help!!!! Thanks
|