I want to create a Button in my Ribbon which modifies some fields in my items.. In details I want to select more than one element and select my "link" button and make the elements be "linked" by an integer field populated with the same value.
I already have other ribbon custom button but for those it was easy to work only with Javascript. Can anybody suggest me how to do this thing?
I read online someone suggest to create a custom WebControl invoked by "postback" to react to event... There is any other way or a good tutorial?
Thank you very much!
