I'm trying to bind an image to a form. Where the name of the image is built dynamically. For example, if the querystring is 1, DB will pull record for 1 to find imagename field.
trying to bind to <img src="<%=imagename%>.jpg/>
how would i go about doing this. The image is not placed in a repeater or datagrid, neither does it have a "id" such as that of textboxes and labels. So I can't have the sub reference the img src.
trying to bind to <img src="<%=imagename%>.jpg/>
how would i go about doing this. The image is not placed in a repeater or datagrid, neither does it have a "id" such as that of textboxes and labels. So I can't have the sub reference the img src.