Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 How to make radio button readonly

Author  Topic 

vivo
Starting Member

24 Posts

Posted - 2010-03-29 : 20:15:49
Is there another way to make control disabled ? I dont want to make it Enabled="False" and I just want to make it readonly not dim.

tks.

vivo
Starting Member

24 Posts

Posted - 2010-03-30 : 02:43:05
rbl1.Attribute.Add("Onclick","return false;")
Go to Top of Page
   

- Advertisement -