UpDownControl
Posted: 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:
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.
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()");
Thanks.