R
RichB
When working with and ASP.NET MVC application, I have selected to Add a View
for return as part of a controller class method. Within the dialogue is a
"Create a strongly-typed view" checkbox and selection of a view data class.
What classes are populated to the view data class dropdown?
I ask as I have created an application (similar to nerddinners.com) and have
created a Linq to SQL class for Events, and another for Venues. In this case
the list contains the Events class, but not the Venue.
Any advice on why this might be occurring?
Thanks, Richard
for return as part of a controller class method. Within the dialogue is a
"Create a strongly-typed view" checkbox and selection of a view data class.
What classes are populated to the view data class dropdown?
I ask as I have created an application (similar to nerddinners.com) and have
created a Linq to SQL class for Events, and another for Venues. In this case
the list contains the Events class, but not the Venue.
Any advice on why this might be occurring?
Thanks, Richard