Posted on: 9/23/2014 4:00:42 PM | Views : 379

Hi,
I got a ListView and I was able to add a JQuery ProgressBar on the first row but I could not get it to appear on the sequence rows. I got a data to bind 3 records to the listview but on only on the first row did the progressbar appeared.



<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProgressArea.aspx.cs" Inherits="ProgressArea" %> <%@ Register Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" TagPrefix="telerik" %> <link type="text/css" href="CSS/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="Scripts/jquery-1.3.2.js"></script> <script type="text/javascript" src="Scripts/ui.core.js"></script> <script type="text/javascript" src="Scripts/ui.progressbar.js">& ...

Go to the complete details ...