Hi,
I have a few custom controls I wrote for TFS, with gui (button to add comment) and without GUI (logic actions on work items).
They work fine in VS and MTM but now I need them to work for the web.
I don't want to write the same code twice so I declared inside the web control an instance of the original control and for each BaseWorkItemWebControl method I'm calling the VS control.Method(). It doesn't work.
So I tried to implement each method from BaseWorkItemWebControl but it still doesn't work.
I see the control but the button click does nothing and I don't see any values saved for the work item created (for the logic control).
Does anyone have an idea or an example for a web control (the examples from the sdk did not help me).
thanks.