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: 461 - 480 Pages:    ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

   How to determine what server is given web site running on using ASP.NET?   Hits: 917 

 
This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.


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

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

   ASP.NET Website Programming: Problem - Design - Solution   Hits: 1187 

 
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.


Version: n/a   Platform(s): n/a   Updated: Sat Nov 16 2002

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

   Get Detailed Information About Your Site Visitors In Real Time using ASP.NET   Hits: 1376 

 
Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.


Version: n/a   Platform(s): n/a   Updated: Thu Nov  7 2002

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

   Learn ADO.NET   Hits: 939 

 
Is the migration to ADO.NET keeping you up at night? This article will show you some techniques for transforming your ADO recordset into an ADO.NET dataset using Visual Basic .NET.


Version: n/a   Platform(s): .NET   Updated: Fri Sep 27 2002

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

   Object Syntax Introduction   Hits: 723 

 
A Sample Chapter 5 from "Professional VB.NET 2nd Edition". Visual Basic has had powerful object-oriented capabilities since the introduction of version 4.0. VB.NET carries that tradition forward. VB.NET simplifies some of the syntax and greatly enhances these capabilities, and now supports the four major defining concepts required for a language to be fully object-oriented. This chapter will explore the creation and use of classes and objects in VB.NET.


Version: n/a   Platform(s): n/a   Updated: Thu Sep 19 2002

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

   Professional ASP.NET 1.0 2002 Edition : Exposing Web Services   Hits: 825 

 
Complete Online Chapter "Exposing Web Services" from Wrox Press book "Professional ASP.NET 1.0 2002 Edition". Topics covered include "Web Services", "SOAP Headers", "Synchronous vs Asynchronous" and "Data Caching".


Version: n/a   Platform(s): n/a   Updated: Tue May  7 2002

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

   2 Ways of Displaying Data from an SQL Server Database using ADO.NET.   Hits: 2298 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Apr 15 2002

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

   Sending e-mail with attachments from an ASP.NET page.   Hits: 2046 

 
This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page. Full source code available for download.


Version: n/a   Platform(s): n/a   Updated: Wed Mar 13 2002

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

   Displaying XML Data in an ASP.NET page   Hits: 1745 

 
The .NET framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we'll show you how to bind a data grid control to data in an XML file using the DataSet class.


Version: n/a   Platform(s): n/a   Updated: Fri Mar  1 2002

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

   File Uploading in ASP.Net Using C#.   Hits: 2311 

 
File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.Net file uploading has become a lot easier, importantly without the need for third party components. All we have to do is to use the ASP.Net HTML File control and write a few lines of C# code.


Version: n/a   Platform(s): n/a   Updated: Mon Feb 25 2002

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

   Displaying Information about the ASP.NET Process   Hits: 657 

 
The author writes "With ASP.NET you can configure the 'ASP.NET engine' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that some script or DLL is hanging the Web server. Additionally, you can set requirements on restarting the Web server on the memory usage, the total number of requests, or by the total time the Web server's run. This proactive approach was implemented by the ASP.NET team in order to increase the overall uptime of a Web site running ASP.NET: if the memory suddenly shoots through the roof, the Web server can be restarted, reigning in the memory usage and starting anew. The information regarding the life cycle of the current (and past) ASP.NET processes can be examined through the use of the ProcessModelInfo class." This article examines how to retrieve and present such information.


Version: n/a   Platform(s): n/a   Updated: Wed Feb 20 2002

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

   Writing Your First ASP.NET Page   Hits: 1237 

 
Given that all the prerequisites and ASP.NET are installed, this tutorial walks you through writing ASP.NET pages of your very own.


Version: n/a   Platform(s): n/a   Updated: Thu Feb 14 2002

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

   Early Adopter HailStorm (.NET My Services) : Talking To HailStorm.   Hits: 745 

 
Complete online chapter "Talking To HailStorm" from "Early Adopter HailStorm (.NET My Services)". Provides in depth information on what is .NET My Services, what it provides and how to make use of it.


Version: n/a   Platform(s): n/a   Updated: Thu Feb  7 2002

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

   Simple Data Access Using C# And ASP.NET   Hits: 1488 

 
Accessing and manipulating data using ASP.NET is very easy and flexible. This article takes a look at some of the new .NET data access classes and methods, including the OleDB and SqlClient namespaces, as well as the DataReader, DataSet and DataSetCommand classes. The author tops this article off by creating a simple ASP.NET data access page with C# that retrieves data from a local Microsoft Access database.


Version: n/a   Platform(s): n/a   Updated: Wed Jan 30 2002

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

   The ASP.NET Page Life Cycle   Hits: 1150 

 
This article describes the life cycle of an ASP.NET page from initialization to unloading. Also shows the various methods to override ASP.NET server-side events. Source code available for download.


Version: n/a   Platform(s): n/a   Updated: Thu Jan  3 2002

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

   The Evolution Of Microsoft: .NET Explained   Hits: 905 

 
Sure, you've heard about .NET... maybe you're a Visual Basic programmer for a small company, maybe you write SQL stored procedures for a huge company, or maybe you're just a Microsoft developer wanting to keep on the cutting edge of technology. This article will explain exactly what .NET is, how it works, how we (as developers) can benefit from it, its many new features, and other .NET related information.


Version: n/a   Platform(s): n/a   Updated: Thu Dec 27 2001

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

   ASP.NET: An Introduction   Hits: 630 

 
ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. This article talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.


Version: n/a   Platform(s): n/a   Updated: Wed Dec 26 2001

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

   ASP.NET Web Services : Asynchronous Programming   Hits: 1320 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Dec 21 2001

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

   Converting ASP to ASP.NET   Hits: 1813 

 
This article begins with an examination of a typical data-driven ASP application and then explains how to do a minimalistic port from ASP to ASP.NET and steps and tips on converting your application fully to ASP.NET. Topics covered: Running ASP and Microsoft ASP.NET on the same Web server, Examining a common ASP application, and Porting the ASP application to ASP.NET.


Version: n/a   Platform(s): n/a   Updated: Wed Nov 14 2001

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

   Getting Started With ASP.NET   Hits: 1003 

 
A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.


Version: n/a   Platform(s): n/a   Updated: Mon Oct 15 2001

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

  Total: 490    Displaying: 461 - 480 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