0
這似乎是不可能改變的GridView .Caption已設置一次之後。不能改變GridView的標題
一旦我設置標題,然後回傳內改變它,在代碼中似乎都正常,在頁面的PreRender,GridView控件的PreRender何
我不知道該怎麼做 - 網頁(和GridView也)PreRender事件在調試.Caption是正確的,但它與舊的標題渲染反正
頁似乎是設置一次標題渲染,雖然我改變了它。
我甚至試圖將其放置的UpdatePanel和更新,但它並沒有幫助。
任何人都可以建議的原因嗎? 在此先感謝。
代碼相當長,但是這是有關部分 它的Page_Load 呼籲有沒有其他任務在整個代碼.Caption dgPublications.Caption =的String.Format(「訂單#{0}產品類型「,_currentOrderID); dgOrderContent.Caption = _currentPubID.HasValue?的String.Format( 「{0}內容」, Dictionaries.GetInstance(((MDSPage)this.Page).Database).PublicationIDs [_currentPubID.Value]): 的String.Format( 「訂單#{0}的內容」, _currentOrderID); dgOrderContent.DataBind(); – igor 2009-07-23 14:23:53