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: 462    Displaying: 101 - 120 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

   Multi page forms with MultiView control in ASP.NET 2.0   Hits: 616 

 
Sometimes we decide to separate process of form filling into several steps (pages). In past at using old ASP, we should solve this problem for example saving entered data into database table after each step. ASP.NET 2.0 offers more elegant solution where we can first fill multi page form completely and after store all entered data in table in database.


Free   Version: 1   Platform(s): windows   Updated: Tue Sep  4 2007

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

   A Simple Month Calendar Control for ASP.NET   Hits: 596 

 
To select a date in your web form, we have built-in calendar control for this. But what to do when we need to select just month and year for our report? The simplest way is to use date select calendar and let user select any day in desired month and then throw day he selected, leaving only month and year. But, is this solution user-friendly; do you like it? So we decided to write our own control for selecting month/year pair, which can be used on pages where needed.


Free   Version: 1   Platform(s): windows   Updated: Tue Sep  4 2007

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

   Understanding Session Object in ASP.NET 2.0   Hits: 344 

 
In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every Session objects type. In classic ASP, the Session object was held in process (as was everything) to the IIS process and therefore any crash to the IIS or apps pool being reset will cause the whole Session object being resetted. Hence this will make the Session objects not reliable at all and cannot be used to stored important data especially if your website is dealing with client login information or e-commerce type of website. In ASP.NET 2.0, new features has been introduced to make the Session objects more reliable and robust.


Free   Version: n/a   Platform(s): windows   Updated: Tue Sep  4 2007

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

   ASP.Net Color Picker   Hits: 600 

 
Simple C# / ASP.Net Color Picker using the <asp:DropDownList> and <asp:Button>. Very easy to use. Feel free to use it in your projects.


Free   Version: 1.0   Platform(s): windows   Updated: Fri Aug  3 2007

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

   Working with ASP.NET database   Hits: 503 

 
In this tutorial I will teach you how using Dreamweaver 8 and its ASP.NET function to display information stored in a database you created.


Free   Version: n/a   Platform(s): windows   Updated: Sun Jul 22 2007

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

   Generating XML files from SQL Database   Hits: 684 

 
Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file.


Free   Version: n/a   Platform(s): windows   Updated: Fri Jul 13 2007

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

   Tracking Referring Domains and URLs to our Website.   Hits: 249 

 
Part 2 of a Multipart Series - In this step-by-step tutorial we will learn how to track referring domains and URLs to our website. Will also revisit the stuff we learned in part1; how to track unique users and page views. The source code is explained in detail and is available for download.


Free   Version: n/a   Platform(s): windows   Updated: Fri Jul 13 2007

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

   Oracle Interview Questions   Hits: 11220 

 
Prepare for your next Oracle DBA Interview. Find over 800 interview questions with detailed answers covering the following topics. Oracle Basics, Oracle Database Administration, Oralce Memory Management Interview Questions, SQL Plus Interview Questions, Oracle Scenarios, SQLInterview Questions , Oracle Concepts and Architecture Interview Questions, Oracle Architecture Interview Questions , Oracle Data Access Interview Questions, Programmatic Constructs, Database security Interview Questions, Distributed Processing Interview Questions, Backup and Recovery Interview Questions, Oracle Forms Interview Questions, PL/SQL Interview Questions, DBA Interview Questions and D2K Interview Questions.


Free   Version: n/a   Platform(s): linux, freebsd, osx, sun   Updated: Mon Jun 18 2007

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

   What the Metadata stores?   Hits: 213 

 
Metadata stores the following information: Description of the assembly. Description of types. Attributes.


Free   Version: 1.0.0   Platform(s): windows   Updated: Wed Jun  6 2007

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

   What is JIT   Hits: 175 

 
JIT (just-in-time) is a CLR’s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method’s IL code into native CPU instructions. Because the IL(intermediate language) is being compiled "just in time," this component of the CLR is frequently referred to as a JITter or a JIT compiler.


Free   Version: 1.0.0   Platform(s): windows   Updated: Thu May 31 2007

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

   ASP.NET Datagrid Web Server Control (KB100026)   Hits: 1708 

 
This article walks you through the process of building a thin-client ASP.NET bug tracking application, with a Microsoft Access XP backend. It uses nearly every documented capability of the .NET datagrid web server control to allow you to select, edit, update, or delete any item listed in the datagrid. The Issue Tracker uses advanced features, such as reading values from lookup tables, and then conveniently providing these values to the user in Edit mode as dropdownlists. It also employs the IE Web Controls, including the Tab and MultiPane web controls, which allow you to display considerable user functionality on only one web page, yet without cluttering the user interface with confusing complexity. After working through this tutorial, you will have explored and applied all of the main functionalities of the ASP.NET DataGrid control. Happy Coding!


Free   Version: 100026   Platform(s): windows   Updated: Sun May 13 2007

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

   Troubleshooting ASP.NET on IIS (KB100006)   Hits: 708 

 
This article provides some helpful tips in working with ASP.NET on Microsoft's Internet Information Services (IIS) web server, providing walkthrough descriptions and resolutions for common problems that the author has experienced.


Free   Version: 100006   Platform(s): windows   Updated: Fri May 11 2007

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

   Build a Poll System in ASP.NET   Hits: 873 

 
There are many websites that have polls on their front page where users (anonymous and members) give their opinions. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as well as how to process and store the votes of the users.


Free   Version: 1   Platform(s): windows   Updated: Tue Apr  3 2007

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

   Building a Shopping List   Hits: 626 

 
I am sure that most of us before going for shopping on a certain occasion, we have to dig up our mind to draft a shopping list. This tutorial will explain how to build a shopping list using ASP.NET 2.0 with MS SQL database. Based on this article, some cool technical stuff in Visual Web Developer will be used to facilitate our work.


Free   Version: 1   Platform(s): windows   Updated: Tue Apr  3 2007

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

   Make bar and pie charts in ASP.NET   Hits: 529 

 
Graphs and charts are important tools for the analysis of data. In this tutorial, we will look at how to represent data in terms of a bar chart and pie chart. To make this possible, the latest rendition of Microsoft's Graphics Device Interface (GDI+) was brought on the market.


Free   Version: 1   Platform(s): windows   Updated: Wed Mar 28 2007

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

   Introduction to Microsoft Visual Studio Express Editions   Hits: 237 

 
Visual Studio Express Editions are a new line of Microsoft development Tools. This line of products is an expansion of the Microsoft Visual Studio and SQL Server products. It is a lightweight, yet powerful, easy to use and learn tools for beginners, students, and hobbyist users.


Free   Version: 1   Platform(s): windows   Updated: Wed Mar 28 2007

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

   Sending Email with ASP.NET 2.0 (VB.NET/C#)   Hits: 2096 

 
Sending email in ASP.NET 2.0 it's still very easy, but a bit more complicated than in ASP.NET 1.1. To start sending emails you need to use System.Net.Mail namespace. This is new namespace in .NET 2.0 Framework. System.Net.Mail can only send emails.... a lot of examples VB.NET/C#


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Mar 18 2007

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

   Use Asynchronous Execution Pattern in ASP.NET   Hits: 253 

 
Asynchronous operations or execution pattern is another face of multithreading. Some operations are time consuming, take long time to complete, and block user interface waiting for their completion. This tutorial explains how to to create asynchronous pages for long time consuming operations.


Free   Version: 1   Platform(s): windows   Updated: Thu Mar 22 2007

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

   Built-In Asynchronous I/O Support in ASP.NET   Hits: 243 

 
As we all know, I/O operations is one of the most time consuming operations. In the same time, IO is one of the most needed operations almost in all applications. To make our applications faster and having more responsive user interface, we need to perform those I/O operations asynchronously. This tutorial explains how to make faster and more responsive user interface through asynchronous I/O operations in ASP.NET 2.0 Web application.


Free   Version: 1   Platform(s): windows   Updated: Thu Mar 22 2007

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

   Multithreading in ASP.NET   Hits: 594 

 
Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need to perform a long time task, that uses intensive CPU operations. A common solution to this problem is the use of multithreading.


Free   Version: 1   Platform(s): windows   Updated: Mon Feb 12 2007

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

  Total: 462    Displaying: 101 - 120 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

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