I'm developing a Dynamic Image Control to be used within a dynamic data site. My worry is with the asp.net image control I will be using as the base control. I want to be able to create this control without having to call another page in order to display
the image. The only input for the asp.net image control is the ImageURL. I will be reading binary data from a database as my source for the image control. However, the only examples I've seen of this create a seperate .aspx page to use as the ImageURL for
the control. I am also worried that this will cause a sizing issue when the control is displayed within the DynamicGridView. Does anyone have any pointers or suggestions to make this development less of a headache?
ron.westbroo...
Member
45 Points
19 Posts
Dynamic Image Field
Dec 22, 2007 02:55 PM|LINK
I'm developing a Dynamic Image Control to be used within a dynamic data site. My worry is with the asp.net image control I will be using as the base control. I want to be able to create this control without having to call another page in order to display the image. The only input for the asp.net image control is the ImageURL. I will be reading binary data from a database as my source for the image control. However, the only examples I've seen of this create a seperate .aspx page to use as the ImageURL for the control. I am also worried that this will cause a sizing issue when the control is displayed within the DynamicGridView. Does anyone have any pointers or suggestions to make this development less of a headache?
Thanks,
Software Engineer
Avanade, Inc.