|
Everyone help! Question: The home page is in the form of index.aspx, and then a static template page under the folder is called with code in the background, such as index.htm, which has {%title%}, or the function {%ShowArticleList(x,x,x) ,x,x,true,false,0,1,1,3,4)%} and so on, and then replace them, load them into index.aspx using the cache, and display them. If the template also has .net controls, also Loading the content of the control, the program has to judge, find the control, bind the content, etc. How to achieve this?
Everyone help! |
|