Advertisment
In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy...
Views: 1317 | | by Brad
ASP.NET - .NET
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for...
Views: 1277 | | by Simon
ASP.NET - .NET
The author writes 'One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate...
Views: 1216 | | by Daniel
ASP.NET - .NET
Microsoft is set to release an exciting upgrade to ASP later in 2000. This is a major upgrade unlike the minor changes from ASP 2.0 to 3.0. Unlike...
Views: 1437 | | by Amy
ASP.NET - .NET
This article provides one solution for replicating content to multiple share locations. This could be useful where you have a Web application...
Views: 1377 | | by John
ASP.NET - .NET
In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we'll cover handling the...
Views: 1378 | | by Colin
ASP.NET - .NET
This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an...
Views: 1258 | | by Ben
ASP.NET - .NET
Since 'classic' ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article...
Views: 862 | | by Marry
ASP.NET - .NET
This article explains what are 'Delegates'? And what is their role in .NET framework. The author uses VB.NET code to provide working...
Views: 803 | | by Jarry
ASP.NET - .NET
The term 'web service' has been used quite frequently lately: you hear people saying how good web services are and how they will dominate...
Views: 0 | | by Source
ASP.NET - .NET
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use...
Views: 795 | | by Source
ASP.NET - .NET
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store...
Views: 715 | | by Stephen
ASP.NET - .NET
A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough...
Views: 789 | | by Ben
ASP.NET - .NET
This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL...
Views: 809 | | by Jarry
ASP.NET - .NET
This is a simple RD4 encryption stored procedure. It's nice because it uses the same procedure to encrypt and decrypt and it beats using a...
Views: 841 | | by Brad
ASP.NET - .NET
Comprehensive tutorial on uploading image files, determing size ( in bytes ), type ( bmp, jpg, gif ), width and height ( in pixels ) of these...
Views: 742 | | by Steve
ASP.NET - .NET
The label 'web services,' as broadly applied, has two levels of meaning—one specific and one conceptual. Specifically, web services are...
Views: 777 | | by Brad
ASP.NET - .NET
An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to...
Views: 786 | | by Jarry
ASP.NET - .NET
A comprehensive tutorial on uploading files to server hard disk using built-in ASP.NET server controls. Describes how to upload more than one file?...
Views: 835 | | by John
ASP.NET - .NET
Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server....
Views: 847 | | by Amy
ASP.NET - .NET