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.
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.