15 Nov
2003
15 Nov
'03
5:43 p.m.
Hi guys, I'd like to know if I can solve a simple problem: I'd like to manage path like that: www.site.com/Articles/32042 as www.site.com/Articles/ViewArticle?id=32042 How can I do it?? My method "ViewArticle" is inside the Article folder. There is an easy way to do it?? My articles are loaded form a Database, so I can't create, for every article, a new Document (called with his ID) for displaing it. tnx a lot, bye