Response.Write(image1.ID);
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W
>I have added image in aspx page in asp.net like this
>
[quoted text clipped - 3 lines]
> Now I want to take id(image1) of image from this line.Please
> help me
Jared - 20 Aug 2006 18:45 GMT
image1.ClientID might be what you are looking for.
> Response.Write(image1.ID);
>
[quoted text clipped - 10 lines]
> > Now I want to take id(image1) of image from this line.Please
> > help me