The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP.NET :: Tips and Tutorials
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 490    Displaying: 441 - 460 Pages:    ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

   Building XML Web Services Using C# and ASP.NET   Hits: 742 

 
The term "web service" has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? This article shows us how to build two web services and also unravels all of the lingo surrounding web services.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Adding text to an image in memory   Hits: 780 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Aug 11 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Adding text to an image in memory   Hits: 711 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Aug  8 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using the .Net System.Net Class   Hits: 499 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Aug  8 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Gate to Delegates in VB.NET   Hits: 900 

 
This article explains what are "Delegates"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of "Delegates".


Version: n/a   Platform(s): n/a   Updated: Thu Jul 10 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Submitting Web Form data from one ASP.NET page to another   Hits: 2711 

 
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 ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.


Version: n/a   Platform(s): n/a   Updated: Tue Jun 24 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Replicating Content to Multiple Servers   Hits: 509 

 
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.


Version: n/a   Platform(s): Windows 2000 / 2003   Updated: Tue Jun 24 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Generating Forms Authentication Compatible Passwords (SHA1)   Hits: 1547 

 
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 passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.


Version: n/a   Platform(s): n/a   Updated: Mon Jun 23 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid c   Hits: 2262 

 
A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough coverage of ADO.NET data access techniques and user data input validation using ASP.NET validation controls.


Version: n/a   Platform(s): n/a   Updated: Mon Jun  9 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Accessing MySQL Database with ASP.NET   Hits: 3161 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed May 28 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   MS SQL RD4 Encryption   Hits: 1072 

 
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 cast as varbinary.


Version: 1.0   Platform(s): MS SQL   Updated: Thu May  1 2003

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Uploading, determining size, width and height and resizing image files   Hits: 2463 

 
Comprehensive tutorial on uploading image files, determing size ( in bytes ), type ( bmp, jpg, gif ), width and height ( in pixels ) of these images, imposing restrictions to allow images of only certain size, width and height to get uploaded and to resize ( create thumbnails of ) these images.


Version: n/a   Platform(s): n/a   Updated: Mon Apr  7 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to Web Services.   Hits: 692 

 
The label "web services," as broadly applied, has two levels of meaning—one specific and one conceptual. Specifically, web services are a stack of emerging standards that describe a service-oriented, component-based application architecture. Conceptually, web services represent a model in which discrete tasks within e-business processes are distributed widely throughout a value net.


Version: n/a   Platform(s): n/a   Updated: Mon Mar 31 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Migration from J2EE to .NET.   Hits: 622 

 
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 get you started, in case you need to migrate a J2EE based application to a .NET based application.


Version: n/a   Platform(s): n/a   Updated: Mon Mar 31 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to C# Syntax Part 2 : Fields and Properties   Hits: 482 

 
The second article from William Fawthrop (aka Informant) will discuss in detail what Fields and Properties are and how to properly implement them into your applications. We will start off Discussing common coding practices and how they differ in .NET. Specifically property syntax. Informant has been a developer for about 5 years now and developing in C# for about 1 year. He has created a number of freeware software solutions(SQL X-ecuter,Simple ASP.NET Web Server, etc) as well as working fulltime for PCSTop.com as Lead Developer. He specializes in .NET migration as well as creative solutions in the .NET framework.


Version: n/a   Platform(s): n/a   Updated: Mon Mar 31 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   File Uploading to Access Database using ASP.NET   Hits: 1876 

 
A comprehensive tutorial on uploading files to Microsoft Access database using built-in ASP.NET server controls. Describes how to upload one or more file to Access database? how to insert and retrieve binary data from an Access database? how to view and delete files uploaded on the Access database?


Version: n/a   Platform(s): n/a   Updated: Mon Mar 17 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   File Uploading with ASP.NET   Hits: 3063 

 
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? how to upload only image files? how to retrieve other form non-binary field values? how to view and delete files uploaded on the server? how to force user to download a file without viewing it? how to expose correct file name to the user browser instead of a generic file.aspx? how to retrieve correct content-type for the file from system registry? how to set/unset max file upload size limit per folder of your application?


Version: n/a   Platform(s): n/a   Updated: Thu Feb 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using Dreamweaver MX for Consuming Web Services in ASP.NET   Hits: 700 

 
Explains how Dreamweaver MX can be used to consume web services in ASP.NET for the visual environment. In detail, the "Local Time" web service from XMethods will be utilized.


Version: MX   Platform(s): n/a   Updated: Mon Jan 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sending Mass E-Mails ( Newsletter ) using ASP.NET.   Hits: 1986 

 
This is part II of a series of articles in which we'll learn how to send mass e-mails ( both text and HTML ) to a list of subscribers using ASP.NET. We'll also learn what are validation controls and how they can help us validate user input.


Version: n/a   Platform(s): n/a   Updated: Wed Dec 18 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Fram   Hits: 1128 

 
Sample chapter from "Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET" on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference.


Version: n/a   Platform(s): n/a   Updated: Wed Dec 18 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 490    Displaying: 441 - 460 Pages:    ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog