Image's ID

M

Mike

Hi,

I set the ID of an Image in code behind (see below), but I cannot see it in the HTML page. Any idea why? Is there a workaround?

System.Web.UI.WebControls.Image img = new System.Web.UI.WebControls.Image();
img.ID = Convert.ToString(i.UniqueID);
........
cell.Controls.Add(img);

Thanks.
Mike
 
M

Mike

Sorry, bug in my code. Forget it!




Hi,

I set the ID of an Image in code behind (see below), but I cannot see it in the HTML page. Any idea why? Is there a workaround?

System.Web.UI.WebControls.Image img = new System.Web.UI.WebControls.Image();
img.ID = Convert.ToString(i.UniqueID);
........
cell.Controls.Add(img);

Thanks.
Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top