|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Localize controlHi,
Any good info about the Localize class from System.Web.UI.WebControls? I just noticed that new control in ASP.NET 2.0. It seems to just inherit from Literal, and has no accessible properties in VS2005 designer (except for the ID). Thanks. Hi,
I grabbed this from documentation: http://msdn2.microsoft.com/System.Web.UI.WebControls.Localize.aspx (BTW: Note the URL, that shortcut syntax works for any class whose full name you know, should be easy to locate the docs) Use the Localize control to reserve a location on a Web page in which to display localized text. The Localize control inherits from the Literal control and is identical to it in every way. The Localize control is used at design time to distinguish static text that can be localized from other static text. Although the Label control allows you to apply a style to the displayed text, the Localize control does not. You can programmatically manage the text displayed in the control by setting the Literal.Text property, inherited from the Literal control. Show quoteHide quote "Johndoe" <john***@johndoe.com> wrote in message news:uOm7vy2CGHA.3708@TK2MSFTNGP12.phx.gbl... > Hi, > > Any good info about the Localize class from System.Web.UI.WebControls? I > just noticed that new control in ASP.NET 2.0. It seems to just inherit > from Literal, and has no accessible properties in VS2005 designer (except > for the ID). > > Thanks. >
Master Pages and Cross-Page Form Information
Adding Access keys to menu items in the Menu control extended Label webcontrol, doesn't populate it's children ?? Is there a way to set onmouseover for a LinkButton in ASP.NET 2.0 ? Repeater Grouping file upload control - ASP2.0 Adding DataMember support to SqlDataSource Earn money Online - without risk! Any solution for text wrap in DropDownList control? Inherit from a custom ListControl |
|||||||||||||||||||||||