i have 2 projects (1 vb and 1 c#) under 1 solution.
i have web user control under the c# project.
can i "tell" the user control that's his code behind file is in the vb project?
<%@ Control Language="VB" AutoEventWireup="false"
Codebehind="MyVbProject.myClass.ascx.vb" ....