GridView.GetCallbackScript(IButtonControl, String) Yöntem

Tanım

Sıralama işlemi gerçekleştiren bir düğme için geri çağırma betiğini oluşturur.

protected:
 virtual System::String ^ GetCallbackScript(System::Web::UI::WebControls::IButtonControl ^ buttonControl, System::String ^ argument);
protected virtual string GetCallbackScript (System.Web.UI.WebControls.IButtonControl buttonControl, string argument);
abstract member GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
override this.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
Protected Overridable Function GetCallbackScript (buttonControl As IButtonControl, argument As String) As String

Parametreler

buttonControl
IButtonControl

Geri çağırma betiğinin oluşturulacağı düğme denetimi.

argument
String

Geri çağırma betiğine geçirecek bağımsız değişkenler.

Döndürülenler

String

Sıralama işlemi gerçekleştiren bir düğmenin geri çağırma betiği.

Açıklamalar

GetCallbackScript yöntemi, bir sıralama işlemi gerçekleştiren bir düğme için geri çağırma betiğini oluşturmak üzere denetim tarafından GridView kullanılan bir yardımcı yöntemdir.

Şunlara uygulanır

Ayrıca bkz.