Hi,
Thank you for the reply. I was out of station, so couldn't reply.
I deleted the tables as per the instruction and added those table again and copied the code in the Try it Out of page 505 and 513 from the code download of this book but same error persist. So I copied all the try it out of the chapter 14 from the code download and proceeded to the next chapter.
What I noticed that whenever I am writing code related to model binding with LINQ query I am getting the error, '..... is not declared. It may be inaccessible due to its protection level'.
eg: In the try it out of page no580 of chapter 15, I am getting error,
'Repeater1' is not declared. It may be inaccessible due to its protection level'
'Item' is not declared. It may be inaccessible due to its protection level.
In the design view, I can see an error related to Repeater1 as below.
'Type System.Web.UI.WebControls.Repeater' does not have a public property named 'ItemType'.
Is there any particular namespace or class to be included to work with the model binding in
VB?
Kindly help me. I am basically a mainframe developer and trying to learn ASP.net by using this book. I got a job offer and hence I am trying to learn ASP as soon as possible. I am ignoring the error and proceed with the chapters so that I can atleast understand the concept in ASP.Net.
Thanks in advance.