Hi,
Ok had a play and no joy at all. I also found that a standard grid view was failing to move to the second page - returning no grid when next page was requested.
I compared the page source between the Cassini server version that was not working to the .net app version that was.
The good version had the following bit of code
</style>
<script language='javascript' src='http://127.0.0.1:1025/js.cgi?caw&r=6038'></script>
</head>
The Cassini service version di not have the <script line.
This got me thinking as to whether it was to do with the 127.0.0.1 ip. A search found
http://ultidev.com/Forum...aspx?g=posts&t=262.
So I tried using the PC name instead of localhost ie
http://robspc/Birds/Birds_list.aspx
Instead of
http://localhost/Birds/Birds_list.aspx
This has corrected the gridview problem - paging now works.
I have not had a chance to test the original problem - and holidays now beckon.
This result - to date - may mean more to you than I...
Rob