G
Guest
I am trying to execute the following code...
((Image)e.Item.FindControl("imgStatus"))
.... i get the error: "'Image' is an ambiguous reference".
My question is: How am i to convert the "e.Item.FindControl" to an Image
control?
Thanks?
((Image)e.Item.FindControl("imgStatus"))
.... i get the error: "'Image' is an ambiguous reference".
My question is: How am i to convert the "e.Item.FindControl" to an Image
control?
Thanks?