G
Guest
Hi,
I have in a database models of cars,
CarID int
CarName varchar
CarFeatures varchar
CarImage binary
I have a class Car that have the properties:
ID int
Name string
Features string
Image byte[]
My problem starts here:
i have into a page a
<span id=CarGenericControl runat=server>
and inside CarGenericControl.InnerHtml i have to show the Name, Features,
and Image foto of the car.
In this moment i show all the information except the foto, that i dont know
how to put it from byte[] into the Generic Control.
Do you have any advice for this specific case?
I have in a database models of cars,
CarID int
CarName varchar
CarFeatures varchar
CarImage binary
I have a class Car that have the properties:
ID int
Name string
Features string
Image byte[]
My problem starts here:
i have into a page a
<span id=CarGenericControl runat=server>
and inside CarGenericControl.InnerHtml i have to show the Name, Features,
and Image foto of the car.
In this moment i show all the information except the foto, that i dont know
how to put it from byte[] into the Generic Control.
Do you have any advice for this specific case?