Welcome Guest Search | Active Topics | Sign In | Register

Progress bar <!DOCTYPE html issue Options
Shaz
Posted: Wednesday, January 6, 2010 8:38:37 AM
Rank: Newbie
Groups: Member

Joined: 1/6/2010
Posts: 1
Hi
I was using the progress bar. It was working perfectly. Here is the client side code
<eo:progressbar id="ProgressBar1" runat="server" width="200px" >
</eo:progressbar>

Here is the server side code
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If MemberId > 0 Then
Dim objMem As New Tbl_MembersBLL(MemberId)
ProgressBar1.IndicatorImage = "../images/profile_completeness.png"
ProgressBar1.ShowPercentage = True
ProgressBar1.Value = objMem.CalculateProfileCompleteness()
End If
End Sub

When I added the xhtml transition as below its was stop working.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

What went wrong. Could you please help me asap.
eo_support
Posted: Wednesday, January 6, 2010 8:47:12 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please let us know whether you have a license. ProgressBar control is free to use but we do not provide free tech support for free controls.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.