close
情境:在 ASPX 的 header 中,使用 Javascript 與 Inline Code (<%= %>) 混合的方式獲取 Control的Value
原因:當在 ASPX 中寫了Inline Code之後,ControlCollection集合就會變成"唯讀" 的,不能使用ControlCollection類別中的Add()方法 or AddAt()方法
解決方式:
(第一種) 將包含 inline code 的 javascript 移出 Header
(第二種) 在 header 中加一個PlaceHolder Control,然後將Javascript區段放在 PlaceHolder Control 裡
原因:當在 ASPX 中寫了Inline Code之後,ControlCollection集合就會變成"唯讀" 的,不能使用ControlCollection類別中的Add()方法 or AddAt()方法
解決方式:
(第一種) 將包含 inline code 的 javascript 移出 Header
(第二種) 在 header 中加一個PlaceHolder Control,然後將Javascript區段放在 PlaceHolder Control 裡
全站熱搜
留言列表