我一直習慣使用標準Asp.net旁邊的控件AjaxControlToolkit並從未遇到過問題。最近我不得不使用Dundas Charting這些控件不是標準的.NET控件,我必須根據Dundas中顯示的報告控制apage的一部分。如何更改asp UpdatePanel的標準事件處理程序簽名?
不幸的是鄧達斯事件簽名不通過的UpdatePanel和的iget以下錯誤認識
說明:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
異常詳細信息:
System.InvalidOperationException: The 'CommandFired' event on associated control 'chart1' for the trigger in UpdatePanel 'updatepanel1' does not match the standard event handler signature.
所以我想知道那有可能改變處理程序忽略updatepanel?如果是的話,該怎麼做?
IMO,事件簽名是什麼樣的?標準事件簽名意味着'void'返回類型和兩個參數 - 對象(發送者)和事件參數(派生自'EventArgs'的類型)。我覺得登打士不太可能有不同的簽名 - 也許問題在別的地方。 – VinayC 2011-12-27 08:55:50