Hi,
I have develop a product list and product description page using ASP.NET, VB.NET and SQL. Product list page is products.aspx and stored in root.
Product description page is Default.aspx and stored in ~\ProductInfo\
When click the product name, then shown the product descriptions and Page URLs as follows;
ProductID=25 and ProductName=Red Roses Flowers
https://localhost:44388/products.aspx
https://localhost:44388/ProductInfo/Default.aspx?ProductID=25
So, I want to generate URL for product descriptions as follows;
https://localhost:44388/ProductInfo/Red-Roses-Flowers/
Please guide me for to do this.
Thanking you,
SAMSMUTHU