 |
 |
|
|
 |
Free DotNetNuke Skins & Containers & Videos - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Looking for free skins to enhance your DotNetNuke website, then visit eXtra Dimensions, register, login and download some cool skins and containers to make your site look great and learn how to code your skins. You can even download videos to help you learn a little faster.
Nina Meiers, core team member, with over 85,000 downloads of skins and containers is an active participant in the DotNetNuke environment.
Inter esting Blogs and regular site updating make this website one of the most active DotNetNuke resources with over 18,000 subscribers enjoying access to free skins,containers, videos & articles, help files and a forum to answer your questions about DotNetNuke.
Also, Australian Localisation files for many modules, now available.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 23 | Hits In: 0
404 Not Found Redirection - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Recently we had a Website that was redone from a large static site to a dynamically driven site in ASP.Net. The original site was heavily indexed by the major spiders on the Web, we did not want to lose the reference links in the engines and wanted to make sure the link clicked on would go to an appropriate paged in the site. In this article we cover how to create a document mapper so the old URL is redirected to the new related page within the new site.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 19 | Hits In: 0
Adding text to an image in memory - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
In this code snippet we're going to provide will enable you to add text to an image in memory. One use for this code may be to open a file on the file system and add some text to the image, then stream the image out to the user. This could come in handy if you want to create navigational buttons for your Web site dynamically based on a request or dynamically create banners via .Net code.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Adding text to an image in memory - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
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 dynamic navigational buttons for your site.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
Adding Web Services to Your ASP.Net Application - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
In this article we will cover exposing an existing ASP.Net application as a Web service. We will provide methods for creating the Web service, converting readers to data sets, and a client application for the new service.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
Inserting a Common Navigation Using .Net - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
Methods for Active Directory Management - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Here we provide several methods for managing your Active Directory database via ASP.Net code. We'll cover querying user information using System.DirectoryServices, changing user accounts, and group management.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Quick .Net File Download Security - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
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 where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Replicating Content to Multiple Servers - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This article provides one solution for replicating content to multiple share locations using VB.Net. This could be useful where you have a Web application hosted on a Web farm and you wish to have files uploaded via the Web, and then replicate the uploaded files to other servers in the farm.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 18 | Hits In: 0
Using the .Net System.Net Class - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
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 HTTP response and binding it to an XSL transformation.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Working with the System Registry - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
In this article we will cover working with the system registry, both reading and writing values. In this example, we will cover creating a license registration for your application.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
2 Ways of Displaying Data from an SQL Server Database using ADO.NET. - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
A step-by-step tutorial which explains 2 ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Every step has been explained in detail. Online demo and source code available for download.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 14 | Hits In: 0
Accessing MySQL Database with ASP.NET - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL on Windows to insalling/uninstalling MySQL as a Windows service, creating a new table, populating it with some records and displaying those records in an ASP.NET page. Also explains the advantages of using MySQL on Windows with ASP.NET. All the code is available for download.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
ASP to ASP.NET Transferring Session State - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
If you are working in a mixed development environment you know that ASP "Classic" and ASP.NET cannot share session state information. I am offering the source code I used to this resolve this issue as well as discussing a couple of other possible resolutions.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 12 | Hits In: 0
ASP.NET Web Services : Asynchronous Programming - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
A complete online chapter "Asynchronous Programming" from "Professional ASP.NET Web Services". Provides in depth information on how and when to implement syncronous and asynchronous processing using web services.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 13 | Hits In: 0
ASP.NET Website Programming: Problem - Design - Solution - Added 05/01/07
Rate | Report | E-mail | Bookmark
| Add to List | Details | Comments (0)
 
Sample chapter from "ASP.NET Website Programming: Problem - Design - Solution" on deploying the web site. Describes in detail how you should deploy your site once you've finished it, discusses deployment of database and application components separately.
License: | Version: | Platform:
Rating: (0/5) | Votes: 0 | Hits Out: 14 | Hits In: 0
|
|
|
Page: 1 [2][3][4][5][6][Last]
|
|