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.
|
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!
|