|
Hi Ray.
I working on a module call product. And It have a detail page (product detail view). My problem that is enable design mode on this page like "View article page" of you. When add a widget to a detail page, all other detail page have this widget too. I try many way but unsuccessful. Here is something i did: Config a route like this: 1: routes.MapRoute("abn_product_view", "Products/{website}/view/{id}_{sename}.html", 2: new { website = "home", controller = "Product", action = "Details", id = 0, sename = "index" }); Add a detail view page in database like this: [ViewData]: id,sename [Path]: ~/Products/home/view/0/index.html Please tell me what wrong Thanks somuch |