Hi, I have the Progress bar div and the asp:label inside it. How to style it to have that Label inside it and in the middle of that div ?
<div id="progressbar" style="width: 350px;">
<asp:Label ID="percentLabel" runat="server" Text="0" />
</div>