
April 4th, 2009, 05:34 PM
|
Registered User
|
|
Join Date: Apr 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Appendix Code Examples do not work!
Hello,
I tried to run the Data Control example from Appendix D, and the project will not compile, because apparently, it is attempting to add an invalid JavaScript library reference to the ScriptManager control.
"<asp:ScriptReference Assembly="Microsoft.Web.Preview" Name="PreviewScript.js" />"
If I remove the reference, then of course when the CustomTable class tries to inherit from the Sys.Preview.UI.Data.DataControl class, it throws an error.
Please help me to get these examples running, because they demonstrate some great concepts that I haven't seen demonstrated in any other book (or anywhere else for that matter).
Thank you very much.
Tony
|