Hello<br><br>I got my first APAX code working, and I&#39;m actually a little proud about it. The webpage contains a Silverlight control at the client, which queries a database at the server through APAX. It parses the result with the Linq library and inserts them into the DOM. The server publishes an XML API, and the client can request row after row. When the client need e.g. 10 rows, the API returns only 10 rows, and later on, the client can request the following 10 until the connection has been closed.<br>
<br>The code at the server is based on a template. So, if one needs to publish an API for another database table. He creates a new page based on the mysql-database-xml-api master page and sets a few variables like dbtable, etc..<br>
The Silverlight control is also based on my silvelight-xap master page which creates the xap file on the fly when requested. The code for the API however, isn&#39;t yet abstracted.<br><br>The current version of Python Pages is installed and running at the following URL. It uses Silverlight 2, beta 2.<br>
<br><a href="http://home.slenders.be:8000/">http://home.slenders.be:8000/</a><br><br>Click the &quot;test pages&quot; link and then &quot;silverlight client&quot;, or &quot;javascript client&quot;.<br>At the bottom of each page, a link &quot;view source code&quot; is available. Feel free to click them and see the server side code.<br>
You may also want to look at the documentation, and other test pages.<br><br>In the Administration page, please don&#39;t click the &quot;self test&quot; button more then once. What it does is rendering all the pages in the framework and generating an overview of which pages do and which don&#39;t work. (Pretty heavy for my little server.) The web based debugger shows the breakpoints, but also isn&#39;t fully implemented -- just don&#39;t waste too much time there now.<br>
<br>I hope it&#39;s worth something. At least, I can&#39;t find anyone who&#39;s done this before in IPy.<br><br>Jonathan<br><br><br>PS: I didn&#39;t yet receive an answer for my last two questions, so if someone knowns about this... (document.createTextNode() and using iterators in IPy to walk through a Linq element container) <br>
<br>PS2: Please don&#39;t abuse my home server. The Internet connection isn&#39;t that fast, and the server itself isn&#39;t too. :)<br>