[WebForm ] [ERROR] Sys.WebForms.PageRequestManagerServerException

Sys.WebForms.PageRequestManagerServerException:輸入字串格式不正確

Sys.WebForms.PageRequestManagerServerException:輸入字串格式不正確

資料來源 : 信IT德永生

今天再 ImageButton 的時候突然出現錯誤

Sys.WebForms.PageRequestManagerServerException:輸入字串格式不正確

看起來是某些ie 會出現的問題 我是ie11

要在網頁的<head>的區段裡加上

<meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" />

就可以解決囉

詳情請看

資料來源 : 信IT德永生