How to disable Asp.Net controls?

 Posted by vishalneeraj-24503 on 3/13/2014 | Category: ASP.NET Interview questions | Views: 1292 | Points: 40
Answer:

By Setting control'Enabled property to False ,we can disable any controls.

For Example:
<asp:Button ID="btn_reset" runat="server" Text="Reset" Enabled="false"/>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response