Locked TFS 2010 Custom controls for web

  • 2012년 2월 19일 일요일 오전 7:22
     
     

    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.

모든 응답

  • 2012년 3월 4일 일요일 오전 10:54
     
     
    can you post a link to the code?