Ask a Question related to ASP.NET General, Design and Development.
-
Tariq Ahmad #1
how to share a web user control between projects?
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.
Tariq Ahmad Guest
-
user control problem access value from user control to a page
Thanks a lot for paying attention to my problem , i tell u the problem i have a main form in which i gave a login label that points to a... -
Dynamically Adding User Control with Child User Control
I have a user control that has a child user control. If I drag this onto the page, it appears and functions normally. If I attempt to add the... -
User Controls Inherited from a Custom Control share variables?
I have a Custom Control that I inherit from a User Control like this: public class SecureUserControl : UserControl, INamingContainer it... -
Know in user control page_load if an user control event is going to be fired
Hi all, i have built a user control that shows a map and let the user zoom in, out, usual stuff. Putting this object in a webform the user can... -
XP User not able to access $ share
I would assume that you have correctly configured all the machines. If not, maybe that's where the problem is. Try making a new connection. You can...



Reply With Quote

