T
thilbert
@thilbert
Posts
-
Flight video? -
Defragmentation Programs for NTFS...Try PerfectDisk[^]. It is by far the best defrag utilitiy I've used.
-
Hello all I'm trying to install IIS but can'tOver at asp.net they have a sample called cassini, written using the FCL that will render ASP.NET no problem. Follow the link -> http://www.asp.net/projects/cassini/download/Default.aspx?tabindex=0&tabid=1[^]
-
WebControl - saving state! HOW?Try using: In your control, override the following methods of Control LoadViewState(object savedState) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuicontrolclassloadviewstatetopic.asp[^] SaveViewState() http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuicontrolclasssaveviewstatetopic.asp [^]