Wizard creation

G

Guest

I am very interested to know if there is any documentation or articles
describing how to develop an ASP .Net wizard that has the same functionality
as the starter kits in VS 2003 or 2005. What I need to do is to have the
starter kit runs from IE, not from the VS IDE.
Exactly, it would be an ASP.Net starter kit runing in ASP.net tehno inside
IE or firefox.
I read VS studio doc about creating templates and starter kits.

Thanks in advance
 
S

Steven Cheng[MSFT]

Hi Salam,

As for the ASP.NET 2.0's starter kit project templates, they're actually
specific to VS 2005 ide's project template interfaces. Therefore there is
no direct relation between starter kit template and ASP.NET application
components. If you want to create ASP.NET application that will do the same
wizard work as the VS 2005 project template, we'll need to do all the work
manually, and the mostly this is file IO task since we need to create
folder structure and page files.... for dynamic applications.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top