I need in my aspx page replace this layout:

to change new layout with inserting new values of my code behind:
Label1.Text = Convert.ToString(dr["myDates"]);
TITLE = Convert.ToString(dr["TITLE"]);
But I have this output wrong because the image is canceled and the value of date is left and not supported in the initial image:

Can you help me?
css file:
.templatemo_product
{
float: left;
width: 455px;
height: 105px;
padding: 10px;
background: url(images/templatemo_products.jpg) no-repeat;
display:block
}
aspx file:
width="117" height="76" />Vivamus a massa
Donec iaculis felis id neque. Morbi nunc. Praesent varius egestas velit. Donec a
massa ut pede pulvinar vulputate. Nulla et augue. Sed eu nunc quis pede tristique
suscipit. Nam sit amet justo vel libero tincidunt dignissim.
READ MORE
code-behind:
Label1.Text = Convert.ToString(dr["myDates"]);
TITLE = Convert.ToString(dr["TITLE"]);
Manoj RajputPosted Jan 1, 2013, 2:58 AM
.templatemo_product
{
float: left;
width: 455px;
height: 105px;
padding: 10px;
background: url(images/templatemo_products.jpg) no-repeat;
display:block
}
aspx file:
Vivamus a massa
Donec iaculis felis id neque. Morbi nunc. Praesent varius egestas velit. Donec a
massa ut pede pulvinar vulputate. Nulla et augue. Sed eu nunc quis pede tristique
suscipit. Nam sit amet justo vel libero tincidunt dignissim.
READ MORE
Chevy Mark SunderlandPosted Jan 1, 2013, 5:07 AM