View Single Post
Old 06-05-2005, 10:53 PM   #3 (permalink)
sujith(ARS)
Registered User
 
Join Date: May 2005
Posts: 9
sujith(ARS) is on a distinguished road
hi,
i tried the property "Enabled = false" of the image button .But still its not working.
//-----^^code---
private void ImgBut1_Click(object sender, System.Web.UI.ImageClickEventArgs e)
{
ImgBut2.Enabled = false;
}

//-----^^code---
Can you please tell me where i went wrong
Cheers,
Sujith
sujith(ARS) is offline   Reply With Quote