Welcome Guest Search | Active Topics | Log In | Register

Update Progress for Autopostback dropdown list Options
Jamsii
#1 Posted : Tuesday, June 23, 2009 8:07:21 AM
Rank: Member


Joined: 3/9/2009
Posts: 23
Points: 75

Hi folks,

Was wondering if anyone could provide an example of how to use the AspectUpdateControl for a dropdown list. (that has autopostback enable).

I pretty much just want to show a progress bar on the selectedindexchange event.

Previously I've been able to assign this to a button, for example

AspectUpdateControl aspectUpdateControl2 = new AspectUpdateControl();
aspectUpdateControl2.UpdateControl = pnlUpdateControl;
btnSave.Aspects.Add(aspectUpdateControl2);

 

Cheers,

James

stians
#2 Posted : Monday, June 29, 2009 11:53:07 AM
Rank: Titan



Joined: 9/6/2008
Posts: 90
Points: 270
Location: Norway

 Hi Jamsii,

are you adding this code in your Page_Load? If you want it to fire on the events for the dropdownlist, you will need to add it to the dropdownlist, not the button.

Let me know how it works.

-Stian

Jamsii
#3 Posted : Tuesday, July 14, 2009 6:48:39 AM
Rank: Member


Joined: 3/9/2009
Posts: 23
Points: 75

Yeah I got it to work, not sure what happened :)

Cheers though.

Forum Jump  
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.