UserControl dynamique
tobleronne
- Messages postés
-
104
- Date d'inscription
- vendredi 8 août 2003
- Statut
- Membre
- Dernière intervention
- 1 mars 2005
-
cs_Bidou
- Messages postés
-
5487
- Date d'inscription
- dimanche 4 août 2002
- Statut
- Modérateur
- Dernière intervention
- 20 juin 2013
-
Bonjour,
je souhaite inserer dynamiquement un usercontrol. et rien ne se charge ?!?
voila mon code :
UserControl oUserControl;
oUserControl = (UserControl)oUserControl.LoadControl("~/tableList.ascx");
myPlaceHolder.Controls.Add(oUserControl);
Merci