Comprehensive, categorized, searchable collection of links to ASP & ASP.NET resources...
Our Directory

Applications
ASP.NET Directory
Books & Media
Community
Components
Other ASP Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Expand Directory...
Personlise Results...

Newsgroups

Participate in over
100 ASP & ASP.NET related newsgroups right here @ Fuzzy Software...

.NET Framework
- .net.faqs
- .net.framework
- .net.general
- .net.setup
- .net.scripting
- .net.xml

Web Services
- aspnet.webservices
- msdn.soaptoolkit
- msdn.webservices

SQL Server
- sqlserver.setup
- sqlserver.prog...
- sqlserver.tools

Classic ASP
- asp.db
- asp.general
- asp.components

Scripting
- scripting.jscript
- scripting.remote
- scripting.vbscript
- scripting.wsh

All newsgroups...

ASP Built-in
Objects Reference


Application Object
ObjectContext Object
Request Object
Response Object
Server Object
Session Object

Personalise Fuzzy
Make Homepage
Link To Fuzzy
Bookmark This Page

Add our directory to your site in less than
2 minutes...














Whats New!


Post New Message

Cystic acne treatment can be extremely challenging for many people.
Win XP Update breaks asp.net???? [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I ran an automatic update last night. It seems to have broken all asp.net applications. IIS works with HTML and asp, but not asp.net. I've done all the usual IIS/ vs.net project checks....

Unable to start debugging on the web server [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Guys, I find how to solve this problem. My friend help me solve this problem :) Go to microsoft tech support and type Q318465 (PRB: cannot debug ASP.NET Web Application). >-----Ori...

Unable to start debugging on the web server [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi guys, When I run my ASPX file, I get the following error "Unable to start debugging on the web server" and the browser is not showing server controls that I have on the ASPX page (e...

COM Comp. events and Reflection [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi Can i get list of events/Methods of any COM object using reflection. If yes how? I tried it with Word but does't works: tp = Type.GetTypeFromProgID("Word.Application") ...

Announcing CAPICOM 2.0 General Availability [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
The CAPICOM Team is pleased to announce the general availability of CAPICOM 2.0, Microsoft's COM object for developing digital signature and encryption enabled applications. This new version ...

RichText Box how to control the focus [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I am writing the contents of StringBuilder object to a RichTextBox. Basically I have a TextWriterTraceListener writing to a StringWriter which writes to an underlying String Builder. // ...

Treads, MSMQ, .Net [1 reply]
microsoft.public.dotnet.framework, Friday, June 07, 2002
How can I utilize treading and MSMQ in .Net? I know I can send messages to the message queue and work asynchronously with treads, but how do I utilize both in the same applications Example...

System.NullReferenceException for basic wizard-created C# Wi... [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I just noticed an issue with a NullReferenceException on Application.Run (new Form1()) for a newly-created C# winForm app. It's happening in the System.Windows.Forms.dll lib. I haven't ...

deserialize adding ascii 10 to beginning and end of XmlText ... [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
When deserializing the following, <session_id gid="foo" uid="111111" ipaddr="1.1.1.1"> sessionidhere </session_id> the XmlText attribute I define to capture the session_id node's text ...

Hosting WebBrowser in .Net application [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I've been able to host the webbrowser inside a .Net application with little difficulty. However, I'm *NOT* interested in display data from the web in the browser object. I need to display ...

How do you detect runtime if app is running as console or AS... [1 reply]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi, Is there a way to detect if an application is running in console mode or ASP.NET? This question is similar to the one Bill Hertzing asked on relating to how to detect a W...

Enabling control resize at runtime? [1 reply]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Does anyone know if there is a way to enable controls on a form to be resized at runtime? Similar to how controls are resized at designtime in the IDE. If there's no quick way to do it,...

ADO from multiple applications causes "object reference not ... [2 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
>-----Original Message----- >Hi, > >We have a .NET web application and a .NET web service that >are using a common assembly (each has one copy in its bin >directory, of course). This...

Visual J# and RMI [2 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi All, I have a couple questions about J#: Is RMI protocol supported in Visual J#? Is there any good description or list of features supported in J# on the Internet? Thanks, Di...

VB.NET -- How to refrence the current object [1 reply]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi Guyz, I wanted to know how to refrence the current object in VB.NET. That is a parallel for 'this' in Java. Regards, Vikas

IsInRole .NET [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I was able to get this to work - Since I could not find a post that did here is mine: Dim testuser As New System.Security.Principal.WindowsPrincipal(User.Identity) ...

problems with overclocking [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I've just overclocked my machine and my .net applications stopped running..... It compiles ok but does not execute.. Did anyone have this same problem?? Thank you Diogo Saad

Wrong msobj10.dll in Trial Version? [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I installed the trial version of Visual Studio .NET. I was trying to get through the first tutorial, Introduction to Developing with the .NET Framework. I got to the Writing Simple .NET...

CLASS of arryas? [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I have a problem. I want to create e.g. Label-Objects on runtime by code, so I wrote a class "LABEL_CLASS", and I can instance a new variable on runtime as a LABEL_CLASS: Dim NeuerLabel...

How To write Office AddIns with .NET [1 reply]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi there, does somebody know how to write AddIns for Office Applications with .NET (C# oder VB.NET)? I'm able to implement the interface IDTExtensibility but that seems to the right one. C...

Framework design guidelines for class designers [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Framework design guidelines for class designers ----------------------------------------------- In an early posted message I asked for some guidelines on extending the framework. But I fo...

Porting Delphi to Visual Studio.NET? [1 reply]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Is it possible to migrate Delphi-applications to Visual Studio.NET??

Compilation timestamp [2 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I'd like to store the compilation timestamp inside of my application and then optionally display this in the application's splash screen. This would involve somehow including the current...

DOTNET server CRASH workaround... [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
With reference to previous posts "RE: Net "Release" version locks up IIS" After a lot of playing around, it would appear that we have " yet another Msoft buffer managerment bug" ( what a s...

DEVNAMES structure [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi, There is a function GetHDevNames() in printersettings namespace. Can anyone help me the way how to interpret the unmanaged structure by .Net program after returned from the call. B...

Updated Summary of Microsoft Security Bulletins - MS02-026 [0 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
I have updated EveningStar's Summary of Microsoft Security Bulletins for MS02-026 which Microsoft published yesterday. The summary is available at http://www.zianet.com/bwd/securitybulleti...

ADO from multiple applications causes "object reference not ... [2 replies]
microsoft.public.dotnet.framework, Friday, June 07, 2002
Hi, We have a .NET web application and a .NET web service that are using a common assembly (each has one copy in its bin directory, of course). This assembly is using ADO (old ado, not...

Errors [2 replies]
microsoft.public.dotnet.framework, Thursday, June 06, 2002
Hello, Somebody recently tried to launch an application I have written and got the message: "Application couldn't initialize (0xc0000135)" Does anyone know what this means, they are ...






DevArticles.com

Receive all the latest quality ASP
& ASP.NET content direct to your inbox. Sign-up to our newsletter.




DevASP.NET

aspx101.net

DeveloperFusion.com

Active Server Pages Resource

ASPWorldOnline.com

More partners...

Ektron web editor and content management software
  5532 ASP & ASP.NET resources in over 448 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4