The ImageButton control enables you to to trap user clicks within an image, which gives you an image map-like facility... Author: unknown Code: ASP.NET Beta 1 & VB
As you know, in the ASP.NET ImageButton can not be displayed as disabled. I have written the below code in order to solve this problem.
Author: mikas Code: ASP.NET v1.1 & C#