<asp:Label ID="lbl_employee_id" runat="server" Visible="false"></asp:Label> <asp:Button ID="btn_reset" runat="server" Text="Reset" Visible ="false"/>
<asp:Label ID="lbl_employee_id" runat="server" Visible="false"></asp:Label>
lbl_employee_id.Visible = true;
<asp:Button ID="btn_reset" runat="server" Text="Reset" Enabled="false"/>
<asp:Button ID="btn_reset" runat="server" Text="Reset" Enabled="true" />
<P> Dot Net Funda.com Hello Dot Net Funda.com </P>
<link type="text/css" rel="stylesheet" href="style/common.css" />
<head> <script type="text/javascript"> function alert_message() { alert("hello"); } </script> </head> <body> <script type="text/javascript"> function alert_message() { alert("hello"); } </script> </body>
<html> <head> <title> Project Master </title> </head> </html>
<head> <title> </title> </head>
<div> <asp:Label ID="lbl_Error_Msg" runat="server"></asp:Label> <asp:Button ID="btn_go" runat="server" Text="Go"/> <asp:CheckBox ID="chk_status" runat="server" /> </div>
<asp:Panel ID="pnl_Modal_Info" runat="server" Width="200px"> <asp:Label ID="lbl_name" runat="server"></asp:Label> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </asp:Panel>
<asp:LinkButton Id = "lnk_view" Text = "View" runat="server" />
<asp:TextBox ID="TextBox1" runat="server" Font-Italic="true"></asp:TextBox>
<asp:TextBox ID="TextBox1" runat="server" Font-Underline="true"></asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" Text="Vishal" ForeColor="Blue"></asp:TextBox>