Re: adding web controls from C# code
- From: "Dariusz Tomon" <d.tomon@xxxxxxxxx>
- 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@xxxxxxxxx> napisal w wiadomosci
news:1191700180.488720.152700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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/565
Good luck!
RA
On Oct 6, 12:27 pm, "Dariusz Tomoñ" <d.to...@xxxxxxxxx> 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
.
- References:
- adding web controls from C# code
- From: Dariusz Tomoń
- Re: adding web controls from C# code
- From: Ryan Anderson
- adding web controls from C# code
- Prev by Date: datagrid template column forecolor
- Next by Date: fieldvalidator
- Previous by thread: Re: adding web controls from C# code
- Next by thread: timeout
- Index(es):
Relevant Pages
|