Visible and style. display are different.

Source: Internet
Author: User
Visible: Specifies whether the control is generated and sent to the client for display. If it is set to false, the control is not generated on the interface; Therefore, if you want to access the HTML representation of the control using the ID on the client (backend) (for example, button. Click, gridviewrow. Cell [Index]. Text), you cannot obtain it.
If a server-side control is used and the HTML representation of the control needs to be displayed and hidden on the client, you must set the display and hidden attributes in the background when adding the control:
Control ID. Attributes. Add ("style", "display: Value "); Or this. Control ID. style. Remove ("display "); This. Control ID. style. Remove ("display ","");
In this way, you can use the HTML representation of this control on the client.
Related Article

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.