Date parsed: 07/10/2007 01:34:34
Date: Sat, 6 Oct 2007 23:34:34 +0200
Hello Ryan,
It is actually straight forward and works perfectly.
Thank you very much.
Best Regards
Dariusz Tomon
Uzytkownik "Ryan Anderson" <buzzuti@gmail.com> napisal w wiadomosci
news:1191700180.488720.152700@50g2000hsm.googlegroups.com...
Hello Dariusz ,
This is a very straight forward task to accomplish with minimal
effort.
Here is a good article that discusses the pros and cons of this and
demonstrates how easy it is!
http://aspalliance.com/565Good luck!
RA
On Oct 6, 12:27 pm, "Dariusz Tomoñ" <d.to...@mazars.pl> wrote:
> Hi,
>
> I have got the main page of my project which consists of several web
> controls. Some of them I add statically (in aspx page), some of them I'd
> like to add from C# code.
>
> For example I add one of the we controls:
>
> <%@ Register TagPrefix="euroc" TagName="B2B" Src="WebControl/b2b.ascx" %>
>
> ...................
>
> <euroc:B2B ID="B2B1" runat="server"></euroc:B2B>
>
> I would like to add it from code behind C# instead of adding it
> non-dynamically.
>
> Best Regards
>
> Dariusz Tomon