I am trying to use the demo code from this page:
http://demos.telerik.com/aspnet-ajax/spell/examples/googlespell/defaultvb.aspx
I have created a new project in VS2010 and added a new item (DefaultVB.aspx).
I then copied the entire aspx code and vb code into the respective files. I did remove the code not needed:
I am getting an error message from VS (and the project won't build). The error is:
'RadSpell1' is not declared. It may be inaccessible due to its protection level. on Line 22
This is that code block (which includes the line causing the error:
Any advice on what I am doing wrong?
Thanks,
LJ