Tracking this project on this forum thread (post any problems there): http://forums.asp.net/p/1201594/2092779.aspx#2092779
Microsoft (David Ebbo) has assisted in providing a starting point for using Dynamic Data with your own .ascx controls I will continue to work on developing this. Here is the latest version of the project:
DynamicDataControls.zip (1-6-2008) (You can download the file on a computer that ASP.NET 3.5 extensions installed, unzip it and open it with Visual Studio. Then click the F5 key to run it)
First screen shows the tables:
Click on a table to view and edit the details:
Basic filtering is available:
History:
1-1-2008 - Starting point
1-5-2008 - Creating a proper query string to indicate the next record. Still not processing that query string however. Only the Table is being processed correctly
1-6-2008 - Processing of the query string is now working. Basic working example posted.
(If you wish to work on this project contact me at webmaster@adefwebserver.com)