Page 1 of 1

UpDownControl

Posted: Mon May 02, 2011 7:05 am
by deverill
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.

Re: UpDownControl

Posted: Mon May 02, 2011 7:58 am
by deverill
Sorry guys, I found what I was looking for in this post.