kentico_jurajo
-
2/4/2009 2:50:37 AM
RE:Confusion on how data is being pulled, please help?
Hi,
The page content and the rendered HTML is put together by using a collection of controls and methods. If there is a request for some URL, there is global.asax.cs file, where it is processed at first and also CMS has a URL rewrite engine and on the pages are added controls (not only CMS controls) that are processing and getting the data. Then also it is handled by the .Net framework. And also, the framework is doing lot of the work. Could you please try to get more information about the page life cycle in ASP.Net (e.g. using google)?
Regarding your second question - this also depends on the controls settings - for each subpage is the same but for example very important is the Path property - in this case it is not set, so the control is only looking underneath current document. If you set it e.g. to "/Products/%", on all pages will be the same (for the product list as example).
http://devnet.kentico.com/docs/tutorial_aspx/index.html
Best Regards, Juraj Ondrus
|