Wednesday 16 October 2013

how to disable focus on textbox

   <asp:TextBox ID="TextBox1" runat="server" readonly="true" onfocus="this.blur();" ></asp:TextBox>