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

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

Powerful high Performance ASP.NET & SQL Server Forum Software
ASP Directory

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

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...



InstantKB.NET - Complete ASP.NET Knowledge Base Management Solution








Whats New!


Post New Message

We have Coin Certified graded by PCGS.
FolderBrowserDialog Question [1 reply]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi there! I have a form with a button and a label. Can anyone offer some insight as to why the following code snippet gives me the following error: "Use of unassigned local variable 'pa...

Call method on a form from another thread [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
I am looking for a sample of how you execute/invoke a method in a form from one thread and have it run on the thread that created the form instead of the thread that actually made the call....

DataGrid newbie questions [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Greetings, I'm new to DataGrids, but I want to use one. Basically, I want to show the user a list of files with some information about each one (obtained by having my application look i...

Creating DOM Document from Sratch [1 reply]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hello! I', trying to create DOM based XML document. First I create XmlDocument object and then read other XML DOM Document and modifie the first one. I'm putting Noden and Attributes tto t...

Working with Hastables [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi all, I am new to Hashtables, so at the moment, not fully familiar with them. I have been experimenting with a search engine spider written in c#. It uses hashtables to hold the catal...

possibly problem with Aximp or sth else or wrapper class? [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi, Iam trying to develope a program to show and manipulate SVG files.As many suggestions i tried to use Adobe SVG control.I used Aximp to produce a wrapper class for ASV and it produced 2...

ProcessDialogKey keyData == (Key.Control | Key.Shift | Key.L... [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
keyData == (Keys.Control | Keys.Shift | Keys.L) used to trap this combination in the ProcessDialogKey method Why does this combination no longer work?

How to use Regular Expression in .NET [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Here is an example. For a time server which returns a time field string, you can extract the time by the following code: 'VB.NET Imports System.Text.RegularExpressions '.. Dim s As...

IEnumerator and arraylist [3 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
I am trying to learn IEnumerator and collections(ArrayList, Hashtable) in .NET. Can anyone tell me what is IEnumerator used for and any online resources would be helpful. Thanks

Add folder to a published project [1 reply]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi, I have a VS 2005 C# project to which I have added a folder. Into this folder are various resources that are used within the program. I have the line ItemsPath = Application.StartupPa...

datagridview from xml [0 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C624FB.FB7025E0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_000C_01C624FB.FB7025E0" ---...

Debugger visualizer [0 replies]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi, I have a simple example of a color visualizer and it works fine. I've tried to add another (new) color visualizer (an exact copy of the example) in a different (new) solution, but f...

Sortable collection [2 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
I understand that the usual way of creating a strongly typed collection is to inherit from CollectionBase. However, CollectionBase does not support sorting. What is the best way to implemen...

Selections on MonhCalender [0 replies]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi, How can i select one date range with MonthCalender's selectionRange when i have two date that are separated between two months? e.g. 01/25/05 and 02/25/05 p.s: this selection must...

StreamReader vs StreamWrite [4 replies]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
help!! I used StreamReader and StreamWrite. the problem is it doesn't write all readline. For example it read 100 line and write 51lines. this is codes. class kenlee{ private StreamWri...

Length of MP3 file [2 replies]
microsoft.public.dotnet.languages.csharp, Sunday, January 29, 2006
Hi, Could you tell me how to retrieve (in C#) the length in miliseconds of mp3 file? Thanks in advance Regards £ukasz

Extending Brian Connelly's C# CodeDOM Genetic Algorithm proj... [1 reply]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi, Has anyone seen this article in MSDN Magazine? http://msdn.microsoft.com/msdnmag/issues/04/08/GeneticAlgorithms/default.aspx My GA twiddlings puffed out years ago, but the idea o...

Security Model [1 reply]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
I am designing a new Windows Forms client application (with SQL Server db on the back end) for which users will authenticate via NT authentication (network), or SQL Server authentication. U...

Rating [4 replies]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hello every one i had a question i am developing a site where i want users to be able to rate products..but i want users to be able to only vote once per product...i was wondering if any of...

Trying to access control on one from from another form [4 replies]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
On my main form in a C# program, I create an instance of another form that contains a ListView control, in the usual way, that is: public class frmMain : System.Windows.Forms.Form { ...

Q: Datatables, Datasets and updating [2 replies]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
Hi I'm hoping somebody can help me with the following problem that has occurred to me. Suppose I have two tables in an SQL Server database. Let's call these tables A and B. Assume that ...

Mixing 1.1 and 2.0? [1 reply]
microsoft.public.dotnet.languages.csharp, Saturday, January 28, 2006
I'm slowly making the move to 2.0. I have a solution in 1.1 with two projects - EXE and DLL. I'd like to upgrade the EXE (user interface of this solution) to 2.0 and leave the DLL at 1.1 fo...






$10/mo & 3 Months FREE!

InstantKB.NET - Complete ASP.NET knowledge base management solution...

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






DevDirect.com - Tools and Components for Software Developers

DeveloperFusion.com

DevBuilder.org

ChrisShell.com



More partners...

InstantForum.NET - rich-text ASP.NET enabled forums
  10140 ASP & ASP.NET resources in over 483 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4