D
Daves
say I have a Datalist and each row has a image control with ID "MyImg". I am
hiding/showing each image based on a result from the database. I need to
find that particular img control to access it's properties. Obviously it
isn't possible to just say FindControl("MyImg") since there are multiple
instances of it. I once found an article on this subject but cannot find it
now, anyone?
hiding/showing each image based on a result from the database. I need to
find that particular img control to access it's properties. Obviously it
isn't possible to just say FindControl("MyImg") since there are multiple
instances of it. I once found an article on this subject but cannot find it
now, anyone?