Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting something the bottom of page?
Message
 
 
À
09/03/2012 17:13:06
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01537854
Message ID:
01537899
Vues:
21
>>I have a page (ASP.NET but it really should not matter) that has a user control (e.g. some text). I want this user control/text always be at the very bottom of the page. The page is enclosed in a Form tag and this control is the last before the Form tag is closed. Is there a tag/command or something that will move this control to the bottom of the page?
>
>The goal is to try to find a marker from where you wish to add. In that case, the Form control is after. If it would be to add after the Form control, you would be able to do it with a reference to that control and using the Add() or AddAt() method. But, in your case, you wish to add before the Form control. I haven't found a way to do it but to add a placeholder at the location where you want it.
>
>Also, in your case, it would be a move. So, you would need to create a new control and add it where you want it and remove the one at the wrong location. Basically, it seems you are correcting an old template. Otherwise, I guess you would have probably just put or realign those controls on the page.

Yes, I will move this user control outside the Form. Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform