Set the application, requirements, and summary of page control unavailability

Source: Internet
Author: User

Application background

When you need to activate a function, you need to fill in some form information. After the information is completed and submitted, this part of information cannot be modified again. The form contains TextBox, DropDownList, and CheckBox controls.

Demand implementation

The first solution is to set the Enable attribute of the control to False when binding the data entered by the user. This method can be used if the number of forms on the page is small, but it is not better if the number of forms is large.

Solution 2: Use Foreach to access the page control and set Enable to False if the judgment type is TextBox, DropDownList, or CheckBox. The amount of code is reduced compared with the first solution, but it is still not the best.

The third solution is simple. It can be easily implemented using Jquery.

$ (": Input"). attr ("disabled", "disabled ");

Summary

There are many ways to implement the same function. What we think is how to find the one that is faster and more suitable in a specific scenario.

Source: blog

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.