how to share a web user control between projects?

T

Tariq Ahmad

hi,

i have a web user control which i share to different projects
via Visual Source Safe.

problem i have is that each project wants to change the inherits
bit in the ascx file:

so one copy of the file is like this:

<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="TypeAheadComboBox.ascx.vb"
Inherits="CORPORATE.TypeAheadComboBox"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>


and the other copy of the file is like this:

<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="TypeAheadComboBox.ascx.vb" Inherits="RAC.TypeAheadComboBox"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>


anybody have any ideas please ???

thanks.

t.
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top