Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Verticle Image And Label
Message
De
26/02/2010 04:34:34
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01451036
Message ID:
01451163
Vues:
21
>>>>>>{Updated} - Solved it
>>>>>
>>>>>Do you really need to be adding these things at runtime?
>>>>>
>>>>>I find it *MUCH* easier (as someone else suggested) to add as much as possible at design time and then just control visibility or change attributes at runtime.
>>>>>
>>>>>This was cake in VFP. ASP.NET is a giant leap backward from VFP.
>>>>
>>>>IIRC the Visible property in ASP.NET doesn't really have anything in common with same VFP property. In ASP.NET with Visible=false the object in question simply won't exist.....
>>>
>>>Correct. If I want something to not show on an ASP.net page I set visible to false and it does not render at all.
>>
>>So why make a comparison between VFP and ASP.NET in this instance?
>
>Because in VFP you can do NewObject/RemoveObject and it's much harder in ASP.NET.

RemoveObject wouldn't make much sense in a browser application ?
And what's hard about
form1.Controls.Add(Page.LoadControl("SomeUserControl.ascx"));
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform