from the database, i have saved my image as image in the database, and i used byte[].
I have the following code for desplaying data:
protected void DDLitem_SelectedIndexChanged(object sender, EventArgs e)
{
var item = new ItemControl(); // this is in the BLL layer.
// DDLGoods is a DropDownList. and the method returns a List
List
| Name: | Designation: | Price: | Item Number: | ");|
| " + v.name + " | " + v.designation + " | " + v.price + " | " + v.itimId + " td> |
Label1.Text= out.ToString();
}
in the List
how can i display the image in the same out.append in the foreach loop.
I need to wrigth in the foreach loop something that will display my v.image, can anyone please help me ???
can anyone help me please and finish my code with some/little comments on what is happening ??
plazza selePosted Nov 12, 2010, 3:48 AM
Hi.
i don't know how to stream !! i am very new at this.
i suppose to do this dynamically, but is there any controls that i can use in case
i never made it dynamically.!!??
Suthish NairPosted Nov 12, 2010, 2:44 AM