i cant saw how to generate navigate url ?
because i dont have to source code..
and i use custom query for loading data with Token.Instance.Database.ExecuteReader..
now, how can i make generate url when reading data from IDataReader ?
version = 7.0
thanks...
how to generate Navigate Url in CommerceBuilder.Catalog?
-
- Ensign (ENS)
- Posts: 14
- Joined: Thu Nov 29, 2007 9:10 am
You might try your question in the Able 7 forum to increase your chance of a response.
Regards,
Chris
Regards,
Chris
Using AbleNet 5.5, Build 1341
http://www.asa2fly.com
http://www.asa2fly.com
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
The format that the URL rewriter is expecting for products is:
yoururl/*-P#.aspx
In place of the * you can have any text. The # must be the ID of the product.
You can use the same format for categories, webpages, and links. Just change the P to C, W, or L respectively.
yoururl/*-P#.aspx
In place of the * you can have any text. The # must be the ID of the product.
You can use the same format for categories, webpages, and links. Just change the P to C, W, or L respectively.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
-
- Ensign (ENS)
- Posts: 14
- Joined: Thu Nov 29, 2007 9:10 am
entity layer
hi !!...
i created new table on my db.
how can i do generate Entity and Collection Class for new table ?
for example : table name = BasketItem
Class name = BasketItemCollection and BasketItem
Thanks...
i created new table on my db.
how can i do generate Entity and Collection Class for new table ?
for example : table name = BasketItem
Class name = BasketItemCollection and BasketItem
Thanks...