RE: Problem dynamically loading a user control....
From: srini (srini_at_discussions.microsoft.com)
Date: 09/16/04
- Next message: A P: "Visual Studio .Net Reference?"
- Previous message: Kenneth Keeley: "Re: XML Address Book in DataGrid"
- In reply to: José Joye: "Problem dynamically loading a user control...."
- Next in thread: José Joye: "Re: Problem dynamically loading a user control...."
- Reply: José Joye: "Re: Problem dynamically loading a user control...."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Sep 2004 23:13:04 -0700
hi Jose,
One way is to add a placeholder to your page at design time and later add
the controls to this placeholder instead of adding the controls to the page.
instead of page.controls.add use placeholder1.controls.add.
hope that helps
the best
srini
"José Joye" wrote:
> Hello,
>
- Next message: A P: "Visual Studio .Net Reference?"
- Previous message: Kenneth Keeley: "Re: XML Address Book in DataGrid"
- In reply to: José Joye: "Problem dynamically loading a user control...."
- Next in thread: José Joye: "Re: Problem dynamically loading a user control...."
- Reply: José Joye: "Re: Problem dynamically loading a user control...."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|