StringBuilder LinkNav = new StringBuilder();
LinkNav.AppendFormat("<a id=\"{0}\" href=\"javascript:{1}\">{2}</a> "
, this.UniqueID
, Page.GetPostBackEventReference(this,Convert.ToString(1))
, FirstText);
Page.GetPostBackEventReference 获取对客户端脚本函数的引用,调用该函数将使服务器发送回该页。
[C#] public string GetPostBackEventReference(Control);
[C#] public string GetPostBackEventReference(Control, string);
继承于IPostBackEventHandler
浙公网安备 33010602011771号