creating dynamic pages in asp.net c#
-
hi, can anyone tell how to create dynamic pages in asp.net I wanted to know how the pages in this site are created with the names in the menu links(brand products) http://www.kixclusive.com/c-10-New-Arrivals.aspx[^] thanks
Vijay V. Yash Softech
-
hi, can anyone tell how to create dynamic pages in asp.net I wanted to know how the pages in this site are created with the names in the menu links(brand products) http://www.kixclusive.com/c-10-New-Arrivals.aspx[^] thanks
Vijay V. Yash Softech
-
I think you need to look at some beginners articles on how asp.net works before you go any further.
The answers posted by me are suggestions only and cannot be used in anyway against me.
thanks. but cant I get any online resource for this?
Vijay V. Yash Softech
-
thanks. but cant I get any online resource for this?
Vijay V. Yash Softech
http://quickstarts.asp.net/QuickStartv20/default.aspx[^]
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
http://quickstarts.asp.net/QuickStartv20/default.aspx[^]
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
thanks for the link but I m not looking for this.
Vijay V. Yash Softech
-
thanks for the link but I m not looking for this.
Vijay V. Yash Softech
-
Mind telling us what you are looking for then? I mean its one thing to ask people to STFW for you, but without giving us too much of a clue what you're after, its a little hard.
i browsed through some asp.net sites (for eg: kixclusive.com). in this site I noticed that the name of the page and the name of the product which the pages is displaying are same. I think its that they have created which has the basic info that needs to be displayed and they are just passing the values. the pages is created at runtime and displayed. i just wanted to know how is this done in asp.net 2.0. here in code project too. the article pages are named after the name of article like http://www.codeproject.com/KB/webforms/GridViewRedux.aspx[^] regards
Vijay V. Yash Softech
-
i browsed through some asp.net sites (for eg: kixclusive.com). in this site I noticed that the name of the page and the name of the product which the pages is displaying are same. I think its that they have created which has the basic info that needs to be displayed and they are just passing the values. the pages is created at runtime and displayed. i just wanted to know how is this done in asp.net 2.0. here in code project too. the article pages are named after the name of article like http://www.codeproject.com/KB/webforms/GridViewRedux.aspx[^] regards
Vijay V. Yash Softech
I think what you're after is called "URL Rewriting" click for google search
Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com
-
I think what you're after is called "URL Rewriting" click for google search
Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com
Thanks a lot Steven. this is the thing which I was looking after from past many weeks.
Vijay V. Yash Softech