to make html textbox readonly follow below steps:
make Html textbox runat="server"
and in codding write
txtname.Disabled = True
Make HTML textbox readonly
Posted by
Rajesh Rolen
at
Tuesday, January 19, 2010
Labels: ASP.NET
0 comments:
Post a Comment