Localize control of ASP. NET Standard Control

Source: Internet
Author: User

Localize control:The location where the localized text is displayed on the webpage. The localiza control isInherited from the literal controlAnd has the same functions as the literal control. You can use the label control to apply a style to the displayed text, but not the localize control. You can programmatically manage the text displayed in the control by setting the literal. Text attribute.

For example, how to use the localize control to display static text? <% @ Page Language = "C #" autoeventwireup = "true" %> <HTML> Localize1.text = "Welcome to Wuwei's blog. ";}</SCRIPT> <Asp: localize id = "localize1" text = "Hello guys !! "Runat =" server "/> <Br> <asp: button id = "button1" text = "Change localize control display value" onclick = "buttonclick" runat = "server"/> </form> </body>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.