|
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
|