i need to get a data-percent value from database i.e., value 55 should be changed from code behind in c#. Please help me with this .Thanks in advance
<div class="inline m">
<div class="easypiechart text-info easyPieChart" data-percent="55" data-line-width="5" data-track-color="#f0f0f0" data-bar-color="#4cc0c1" data-rotate="115" data-scale-color="false" data-size="120" data-animate="2000" style="width: 120px; height: 120px; line-height: 120px;">
<span class="h2 step font-bold">55</span>
<canvas width="120" height="120"></canvas>
</div>
<div class="font-bold m-t text-center">Total Running</div>
</div>