views:

20

answers:

0

I've got basic page templates working in ASP.NET from master pages and can include pages in ASP.NET - however, I'm having difficulty extracting from pages and paginating them.

This is the design structure (i.e. the model for my site) I'm trying to base it on:

http://library.digiguide.com/lib/programmenextshowing/Medium-319648

I have an SQL Driver installed, my ODBC Advisor says it is MySQL ODBC Driver 5.1.

How should I get this project to work, now I have the basics under way?