UpDownControl

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
deverill
Lieutenant (LT)
Lieutenant (LT)
Posts: 64
Joined: Tue Jan 06, 2009 11:58 am
Location: Key West, FL
Contact:

UpDownControl

Post by deverill » Mon May 02, 2011 7:05 am

Hi, I have some code I want to modify that uses the CommerceBuilder.Web.UI.WebControls.UpDownControl and I need to catch the event triggered by the value being changed. Does anyone know the name I need? The code is already acting on "OnFocus" but what's the one for updates?

My application would be a line such as:

Code: Select all

CommerceBuilder.Web.UI.WebControls.UpDownControl updown = new CommerceBuilder.Web.UI.WebControls.UpDownControl();
...
updown.Attributes.Add("???","BuildParameterString()");
and I'd be using it to total the quantities and modify a parameter string to send to a third party reservation calendar popup (it's a long story).

Thanks.
Jim Sewell - Web Programmer
Trusted Tours & Attractions

User avatar
deverill
Lieutenant (LT)
Lieutenant (LT)
Posts: 64
Joined: Tue Jan 06, 2009 11:58 am
Location: Key West, FL
Contact:

Re: UpDownControl

Post by deverill » Mon May 02, 2011 7:58 am

Sorry guys, I found what I was looking for in this post.
Jim Sewell - Web Programmer
Trusted Tours & Attractions

Post Reply