Downloaded this project, and it looks good so far. I had to change to SQL Server to make it "work" at all and had to modify the "indx" columns in the Access sample tables to be identity columns in SQL Server so the scripts would run.
I need some basic help here... I add sections, pages and such, but all I get is the default demo page with the "Chiesa di Santa Maria ad Martyres" picture.... And nothing more....
So, how do I add & change stuff so I can design my own site?
I must be overlooking something obvious here....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The default demo page is simply that, a demo. By default it will only show you the default page (page1.aspx). To display your content within the demo template you must include the indx of the desired content in the url. I.E. your other page has a indx number of 5. To display that page your url must end in "page5.aspx".
I would suggest that you either make your own default page or modify the one supplied in the release.
If you need further help, email me at tim[at]thirdspin[dot]com.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Downloaded this project, and it looks good so far. I had to change to SQL Server to make it "work" at all and had to modify the "indx" columns in the Access sample tables to be identity columns in SQL Server so the scripts would run.
I need some basic help here... I add sections, pages and such, but all I get is the default demo page with the "Chiesa di Santa Maria ad Martyres" picture.... And nothing more....
So, how do I add & change stuff so I can design my own site?
I must be overlooking something obvious here....
The default demo page is simply that, a demo. By default it will only show you the default page (page1.aspx). To display your content within the demo template you must include the indx of the desired content in the url. I.E. your other page has a indx number of 5. To display that page your url must end in "page5.aspx".
I would suggest that you either make your own default page or modify the one supplied in the release.
If you need further help, email me at tim[at]thirdspin[dot]com.
the demo template is located at common/templ/demo/BasePage.cs
If you opt to modify the demo template modify this file and recompile the project. Walla new template!
For a simpler demo, download the realease before last. You will see how I pulled off the demo with header and footer include files.