How to Enable Asp.Net controls?

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

By Setting control'Enabled property to True,we can enable any controls.

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response