J
Joe
I've set up my template according to all directions.
VSNet's own template for the WebUser Control uses:
1. Under "Program Files\Microsoft Visual Studio .NET
2003\VC#\VC#Wizards\CSharpAddWebUserControl", there are a template file
(WebUserControl.ascx), a list of templates (template.inf) and a script file
that drives the customization (default.js).
2. The code behind template NewWebUserControlCode.cs is put at "Program
Files\Microsoft Visual Studio .NET 2003\VC#\DesignerTemplates\1033"
I cannot get any thing other then the code behind template:
"NewWebUserControlCode.cs" to get entered, when I invoke my wizard.
How do I get my wizard ( a new custom web user control ), to use a different
code behind and not use:
Program Files\Microsoft Visual Studio .NET
2003\VC#\DesignerTemplates\1033\NewWebUserControlCode.cs" ?
OR
If one must edit: NewWebUserControlCode.cs for their own, how does one keep
the "default" Microsoft ? How does one make two web user control templates
that require DIFFERENT code behinds?
Thanks for your time....
VSNet's own template for the WebUser Control uses:
1. Under "Program Files\Microsoft Visual Studio .NET
2003\VC#\VC#Wizards\CSharpAddWebUserControl", there are a template file
(WebUserControl.ascx), a list of templates (template.inf) and a script file
that drives the customization (default.js).
2. The code behind template NewWebUserControlCode.cs is put at "Program
Files\Microsoft Visual Studio .NET 2003\VC#\DesignerTemplates\1033"
I cannot get any thing other then the code behind template:
"NewWebUserControlCode.cs" to get entered, when I invoke my wizard.
How do I get my wizard ( a new custom web user control ), to use a different
code behind and not use:
Program Files\Microsoft Visual Studio .NET
2003\VC#\DesignerTemplates\1033\NewWebUserControlCode.cs" ?
OR
If one must edit: NewWebUserControlCode.cs for their own, how does one keep
the "default" Microsoft ? How does one make two web user control templates
that require DIFFERENT code behinds?
Thanks for your time....