<!DOCTYPE html>
<html>
<body>

<form runat="server">
<asp:TextBox id="tb1" runat="server" ReadOnly="TRUE"
Text="This text is read only" />
</form>

</body>
</html>