
Advertisment
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and...
Views: 1462 |
| by Mathew
ASP.NET - .NET
I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea...
Views: 1304 |
| by Ben
ASP.NET - .NET
At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus,...
Views: 1446 |
| by Simon
ASP.NET - .NET
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also...
Views: 1335 |
| by Colin
ASP.NET - .NET
This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself....
Views: 1469 |
| by Sarah
ASP.NET - .NET
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with...
Views: 1313 |
| by Amy
ASP.NET - .NET
We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source...
Views: 1377 |
| by Isac
ASP.NET - .NET
This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.
Views: 0 |
| by Amy
ASP.NET - .NET
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Views: 1433 |
| by Brad
ASP.NET - .NET
In this article we will generate a random serial code for our applications. The script will generate a similiar serial code to use in a real...
Views: 1415 |
| by Daniel
ASP.NET - .NET
While working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder....
Views: 1369 |
| by Mark
ASP.NET - .NET
This article covers using the System.Drawing.Bitmap and drawBrush to draw text on a bitmap in memory. You could use this code as a base to create...
Views: 2010 |
| by Sean
ASP.NET - .NET
Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of...
Views: 1336 |
| by Daniel
ASP.NET - .NET
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: 1343 |
| 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: 1318 |
| 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: 1244 |
| 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: 1471 |
| 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: 1404 |
| 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: 1417 |
| 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: 1303 |
| by Ben
ASP.NET - .NET