F
fritz_schenk
[This followup was posted to microsoft.public.dotnet.framework and a copy was sent to the cited author.]
I have a need to mix C# (or JScript) and VB.net in Web User Controls.
When I create a user control, the ID creates this in the current
project's language and I noticed the that class generated for the User
Control is placed in the ASP Namespace. Additional Web User Controls are
placed in the same namespace. Their code behind are flagged to be in the
language of the project.
How can I mix Web User Controls of different languages?
Thanks
I have a need to mix C# (or JScript) and VB.net in Web User Controls.
When I create a user control, the ID creates this in the current
project's language and I noticed the that class generated for the User
Control is placed in the ASP Namespace. Additional Web User Controls are
placed in the same namespace. Their code behind are flagged to be in the
language of the project.
How can I mix Web User Controls of different languages?
Thanks