Hi ,
Iam new to asp.net and im struck up in issue.
Below is the scenario.
For the below image i need to have asp:labels inside on each of those boxes and display dynamic text inside it. How can i have achieve this ?? How can i place control inside those box?
or is there any other way to achieve this scenario in asp.net ??

inside td tag of table i placed this image but couldnt find out how to go further on this .
Help me out.
<td style="width: 65%; height: 100%; background-image: url('../../Images/boxes.PNG');
background-repeat: no-repeat">
</td>
Regards,
Thejes