Welcome Guest Search | Active Topics | Sign In | Register

EO Web ProgressBar Options
Djavid
Posted: Monday, September 29, 2008 2:16:58 PM
Rank: Newbie
Groups: Member

Joined: 9/29/2008
Posts: 2
Hi All,

Im want to use the eo progressbar for my asp.net website.
In winforms progressbar can i set the 'step' property of the progressbar to perform a step forward.
Bud the eo progressbar do not have this property, so my question is wich property and methode to use for web progressbar?

Thanx.
eo_support
Posted: Monday, September 29, 2008 2:39:53 PM
Rank: Administration
Groups: Administration

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

You would call this method to move the progress bar:

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.ProgressTaskEventArgs.UpdateProgress_overloads.html

Unlike PerformStep, this method takes an absolute value. So you tell the ProgressBar where it moves to directly (You can even move it backwards).

A few demos are available here:

http://www.essentialobjects.com/Demo/Default.aspx?path=ProgressBar

You can check the demo source code to find out how it works.

Thanks
Djavid
Posted: Monday, September 29, 2008 3:39:24 PM
Rank: Newbie
Groups: Member

Joined: 9/29/2008
Posts: 2
Hello,

Thanks for your response and info.
I m very new in this, i hope you can give some more info about this. I maded this eventhandler in my applicationan:
private void ProgressBar1_ItemClick(object sender,
EO.Web.ProgressTaskEventArgs e)
{
// i is a int value from database
e.UpdateProgress(i);
}

Now how can i call this methode in my code. I m reading a integer value from the database and then i have to pass this value to the e.UpdateProgress() methode.
So how can i call the
private void ProgressBar1_ItemClick(object sender,
EO.Web.ProgressTaskEventArgs e) ???

Thanks
eo_support
Posted: Monday, September 29, 2008 4:16:00 PM
Rank: Administration
Groups: Administration

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

Unfortunately we will not be able to help you on this. You may want to find some general ASP.NET material to start with. We only support our product and we do not have the capacity to support any issues that are related to generic ASP.NET programming. You can review our official product support policy here:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1368

Sorry about that!

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.