Hello Forum,
I recently going throw tutorial videos and discovered that the address bar of a project I saw had something like this “localhost:5068/Home/Index”; when the user navigated to another page I saw “localhost:5068/Product/Index” and on clicking a button on the product page I saw “localhost:5068/Product/Create”. From this, it tells me that the web form (Product/Index) is like a parent web page and “Product/Create” is like a child web page. I don’t know how this can be done, as I don’t want to have too much different names (like product.aspx, shirtsproduct.aspx or shoeproduct.aspx), instead something like (Products/shoes, Products/shirts, Products/pants).
In the video tutorial, there was no direction on how this was achieved. What I want to know is if it is possible on ASP.NET and please how can this be done using ASP.NET?