I am reading your excellent tutorials on DD and cascading drop down list box.
I am creating a simple site where I scaffold only one table. However, during edit and insert I have a situation where I would like to user your cascading solution.
When inserting a new user the screen displays two drop down lists. One for choosing the
company and the other for choosing the company location the user will belong to.
Currently, the drop down list for the location is showing all locations and not filtering by the company selected in the other drop down list.
Since you have created many samples for cacading using FieldTemplates and based on my scenario i.e. using Entity Framework and DomainService with the default DD template for VS 2010 and NET 4, could you please advise what sample of yours shall I
use and what tutorial shall I use?
pallone
Member
165 Points
160 Posts
using Steve's DD cascading DropDownList with EF and DomainService
Feb 20, 2012 04:10 PM|LINK
Hi Steve,
I am reading your excellent tutorials on DD and cascading drop down list box.
I am creating a simple site where I scaffold only one table. However, during edit and insert I have a situation where I would like to user your cascading solution.
When inserting a new user the screen displays two drop down lists. One for choosing the company and the other for choosing the company location the user will belong to.
Currently, the drop down list for the location is showing all locations and not filtering by the company selected in the other drop down list.
Since you have created many samples for cacading using FieldTemplates and based on my scenario i.e. using Entity Framework and DomainService with the default DD template for VS 2010 and NET 4, could you please advise what sample of yours shall I use and what tutorial shall I use?
Cheers
C