Chapter 19 RegistrationInformation Errors
Hi All,
I seem to be getting an error whislt doing this exercise.
RegistrationInformation ri = PreviousPage.RegistraionInformation;
produces the error
Error 1 'System.Web.UI.Page' does not contain a definition for 'RegistraionInformation' and no extension method 'RegistraionInformation' accepting a first argument of type 'System.Web.UI.Page' could be found (are you missing a using directive or an assembly reference?)
any ideas?
I have downloaded the exercise code and it does exaclty the same
Thanks
P
|