Hi Park,
I modified " C:\Program Files\Microsoft Visual Studio 2008 Team System Web Access\Web\UI\Pages\WorkItems\WorkItemEdit.aspx" like following code
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<dbz:EditWorkItem ID="we" runat="server" />
</ContentTemplate>
</asp:UpdatePanel><br/><br/><br/><br/>
and it seems that it work well.
In addition, I think using Ajax WebService is a better way .
Best Regards,
Ruiz
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Sincerely,
Ruiz Yi