GridView.System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript メソッド
アセンブリ: System.Web (system.web.dll 内)
構文Private Function System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript ( _ buttonControl As IButtonControl, _ argument As String _ ) As String Implements ICallbackContainer.GetCallbackScript
Dim instance As GridView Dim buttonControl As IButtonControl Dim argument As String Dim returnValue As String returnValue = CType(instance, ICallbackContainer).GetCallbackScript(buttonControl, argument)
private: virtual String^ System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript ( IButtonControl^ buttonControl, String^ argument ) sealed = ICallbackContainer::GetCallbackScript
戻り値
並べ替え操作を実行するボタンのコールバック スクリプト。
解説System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript メソッドは、並べ替え操作を実行するボタンのコールバック スクリプトを作成するために、GridView コントロールによって使用されるヘルパー メソッドです。
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- GridView.System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript メソッドのページへのリンク