views:

10

answers:

1

Hi,

I have a ReorderList from the Ajax Control Toolkit on an aspx page. What I want to do is to enable a button after the order of the items have been changed.

I already have the javascript function in my page in a script block, but how can I tell the ReorderList to call the javascript after order has been changed?

Thanks in advance!

A: 

For everyone who also has the same question, use jQuery to accomplish this...

CyberK