Click here to Skip to main content
15,916,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

just tell me,

I have disabled Linkbutton but in firefox disabled style not applied,its color display same as previous,
Have you any solution?

Please provide me this solution.
Thanks in advanced.
Posted
Comments
Kiirrii 18-Apr-12 8:47am    
what you want exactly... want to hide that or want to show as invisible if u want inactive u can make it as visible=false

1 solution

You need to apply the CSS for the disabled state of LinkButton

VB
LinkButton1.Enabled = False
LinkButton1.CssClass = "disabledbtn"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900