Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 30, 2012 04:13 PM by mameenkhn
Member
278 Points
155 Posts
Apr 30, 2012 12:43 PM|LINK
Hi....
I want to render an image as series of dots in Label.Text and i am using ASP.Net C# 4.0.
Please help....
Contributor
2026 Points
391 Posts
Apr 30, 2012 04:13 PM|LINK
make a div put style in the style sheet like below
<div class="horizontal_dotted_line"> </div>
// css styles
.horizontal_dotted_line { border-bottom: 1px dotted #d06623; width: 100%; line-height:3px; float: right; position: relative; }
pradeepnt
Member
278 Points
155 Posts
Rendering image as series of dots
Apr 30, 2012 12:43 PM|LINK
Hi....
I want to render an image as series of dots in Label.Text and i am using ASP.Net C# 4.0.
Please help....
Pradeep Narayan
mameenkhn
Contributor
2026 Points
391 Posts
Re: Rendering image as series of dots
Apr 30, 2012 04:13 PM|LINK
make a div put style in the style sheet like below
<div class="horizontal_dotted_line">
</div>
// css styles
.horizontal_dotted_line
{
border-bottom: 1px dotted #d06623;
width: 100%;
line-height:3px;
float: right;
position: relative;
}
--------------------------------------------------
Muhammad Amin
محمد امين