問題
Upgrade .net framework to 3.5 When Bulid Project maybe will see like this
System.Web.UI.Page.RegisterArrayDeclaration(string, string)' is obsolete: 'The recommended alternative is ClientScript.RegisterArrayDeclaration(string arrayName, string arrayValue). http://go.microsoft.com/fwlink/?linkid=14202'
解決方法
Resolve Way is change code
Page.RegisterArrayDeclaration
TO
Page.ClientScript.RegisterArrayDeclaration
沒有留言:
張貼留言