Glossary Item Box
The control displays user name on a site page. This control is similar to the standard ASP.NET LoginName control.
By default, the LoginName control displays name contained in the User property of the Page class. If the Name property is empty, nothing is displayed.
To change the text displayed by the LoginName control, set the FormatString property.
![]() |
Use the FormatString property to set the text which would be displayed with the name. Use {0} where the user name should be set in. For example “Welcome, {0}”. |
<%@ Register Assembly="CMSLib" Namespace="CMSLib.Providers" TagPrefix="cmsa" %> |
| See Also |
AuthorizationForms: Authorization forms
© 2005-2007 Astron Digital Ltd. All Rights Reserved.