I assume you want it primarily for ASP.NET ? If so, the check out Wrox Professional ASP.NET 1.0, Special Edition
http://www.wrox.com/books/toc/0764543962_toc.shtml
Wyrd is right, http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/#1.2
and
http://www.microsoft.com/downloads/details.aspx?FamilyID=78974b4d-1bc6-4f29-8bd5-5ad5a37c7408&displaylang=en
I dabbled with a few test apps on PPC, it's not hard to pick up. There's a built-in emultor test-run the apps, the thing to get over is that you can only view one form at a time.
You can use the following...
Cursor.Current = Cursors.WaitCursor 'hourglass
Cursor.Current = Cursors.Default 'default
Cursor.Current = New Cursor(Application.StartupPath & "\myCursor.cur") 'custom
This doesn't sound right, server.transfer should give the same result, is there any way that a different page is being pulled, maybe one that doesn't use the CSS file?
It's up to you to develop your own User control, there are plenty of articles out there. start with this one .... http://docs.aspng.com/QuickStart/aspplus/default.aspx?url=/quickstart/aspplus/doc/webpagelets.aspx
You can view my sample of templates here ... http://www.xtremedotnettalk.com/showthread.php?threadid=78721
They have to set those permissions for each sub-web you request(including the main web which you are having trouble with)
Can you post your web.config file, save it as TXT for this forum.