2011-11-13 88 views
0

我試圖顯示面向公衆的網站上可用產品的列表。當用戶點擊某個產品時,我想顯示有關該產品的詳細信息。使用ASP.NET爲每個項目(產品列表)創建單獨的HTML頁面

我看到一些網站(甚至堆棧溢出),爲每個線程顯示一個單獨的頁面。我知道這個網站使用MVC,但我使用的是基本的ASP.NET Web應用程序。

我想爲我的產品詳細信息頁面做同樣的事情。例如, www.mywebsite.com/product-ipod.html或www.mywebsite.com/product-ipod

誰能告訴我如何使用ASP.NET?

其他現有的樣本,

WCF Timeout Error - Even after increasing the values

http://forum.jquery.com/topic/grid-samples

http://www.city-data.com/forum/austin/1316155-how-many-flee-austin-because-allergies.html

回答

1

您正在尋找路由。 Read this article.

+0

嗨,對不起,我遲疑了。我以格式良好的網格顯示產品。在每個html表格標題中,我顯示「產品標題」和超鏈接(這是外部供應商網站)。示例:http://tinyurl.com/dkmwd 我的場景不像 http://www.store.com/products.aspx?category=books http://www.store.com/products.aspx ?category = DVD mine is, http://www.demo.com/(default.aspx) 你能幫忙嗎? – CoolArchTek

+0

我得到了我的問題的答案。謝謝 – CoolArchTek

相關問題