Ask a Question related to ASP.NET General, Design and Development.
-
Garry #1
Custom Web Control & Composite Assemblies
Hi,
I have a customWebcontrol that has the following hierarchy
WebPage(aspx)
|
---->CustomWebControl
|
---->Assembly1
|
----->Assembly2
|
---->Assembly3
Adding the customWebControl to the aspx through Visual Studio
automatically injects Assembly1 and Assembly3 into the project as
references but fails to include Assembly2. If I manually add Assembly2
as a reference to the CustomWebControl then everything works as I
expect. Does anyone know what the best solution is to load Assembly2
when the CustomWebcontrol is added to the aspx page?
Thx,
Garry
Garry Guest
-
Returning value from composite custom web control
Lads, I've created a custom web control that's consisted of dropdown box and text box. In drop down there are following items: | "is"... -
Problems in Composite Custom Control
Hi everybody, I am trying to a build an ASP .Net Custom Control(in C#) which will create a table ( with variable number of rows) dynamically based... -
Using XSLT in a custom composite control
Yes, that says it all. I am trying to use XSLT to render the pre/post parts of the composite control in order to keep the look apart from the... -
Validating a custom, composite web control
Hi I need to create a custom, composite server control which contains a text box that needs to be validated. I need to be able to add external... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control...



Reply With Quote

