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

   Connecting to a SQL database from ASP .NET II   Hits: 571 

 
This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NET's features.


Version: n/a   Platform(s): windows   Updated: Sat Jul  5 2008

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

   Performing custom validation   Hits: 555 

 
Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays 'This name is already taken'.


Version: n/a   Platform(s): windows   Updated: Sat Jul  5 2008

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

   Connecting to a SQL database from ASP .NET I   Hits: 539 

 
This is part I of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to set up MSDE for Mixed Mode and how to use Web Data Administrator to create databases and users.


Version: n/a   Platform(s): windows   Updated: Sat Jul  5 2008

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

   Creating and using stored procedures   Hits: 475 

 
The tutorial shows you how to create stored procedures, after which you'll see how to use stored procedures in an ASP .NET web application.


Version: n/a   Platform(s): windows   Updated: Sat Jul  5 2008

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

   Creating Custom Configurations   Hits: 794 

 
ASP.Net's introduction of the web.config file went a long way to filling the configuration hole we had to deal with in classic ASP. We actually went from having very little (global.asa was the closest thing) to a well-structured, change on the fly XML file. For the most part, the web.config file does the trick fine. However there are some limitations and constraints with using it, which you are probably already aware of. What you might not know is how easy is it to surmount those issues by creating a far more flexible alternative.


Version: 1   Platform(s): windows   Updated: Mon Aug 30 2004

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

   Creating multilingual websites - Part 2   Hits: 762 

 
With a solid foundation created in Part 1, we now turn our attention to more advanced topics. We’ll use context rewriting for some professional looking and hassle free state-management, talk about good database design with respect to multilingual applications, and dive into more advanced Localized controls for ultimate flexibility and productivity.


Version: 1.0   Platform(s): Windows   Updated: Tue Aug 24 2004

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

   Creating multilingual websites - Part 1   Hits: 495 

 
Extend the existing globalization capabilities of .Net to create flexible and powerful multilgual web sites. First create a custom ResourceManager and then create custom localized-capable server controls to easily deploy multilingual functionality.


Version: 1.0   Platform(s): Windows   Updated: Thu Aug 19 2004

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

   Using and consuming Web Services with ASP .NET / C#   Hits: 969 

 
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.


Version: n/a   Platform(s): Windows 2000, XP, 2003   Updated: Mon Jun 28 2004

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

   Creating Custom RSS Feeds – Part 1   Hits: 739 

 
This article explains how to use the .NET XmlTextWriter class to create a custom RSS feed. I have decided to write this article in 2 parts. In this part, I will focus on creating the RSS feed and how to consume it from an asp.net page. In part 2, I will focus on creating a dynamic RSS feed with ADO.NET.


Version: n/a   Platform(s): n/a   Updated: Sun Jun 20 2004

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

   Cookies in ASP.NET   Hits: 692 

 
We probably all remember how agonizing it is to create client-side cookies using JavaScript. HttpCookie class offers an easier way to accomplish the task and with minimal fuss. This article takes a close look at HttpCookie class and how to use it to store cookies on the client machine.


Version: n/a   Platform(s): n/a   Updated: Sun Jun 20 2004

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

   Executing queries on XMLDBelt   Hits: 840 

 
This tiny demo source code will give you a hint about how to query data stored on your server via XMLDB Engine Lite (XMLDBelt), create new files, insert data into existed, update data, delete and etc.


Version: 2.0   Platform(s): ASP/ASP.NET   Updated: Mon May  3 2004

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

   Generating Random Number Using RND Function And Randomize Statement   Hits: 1242 

 
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.


Version: n/a   Platform(s): Win 2000/3   Updated: Thu Apr  1 2004

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

   Setting up your ASP .NET server (IIS)   Hits: 2458 

 
A guide that shows you how to install IIS server and configure it to work with ASP .NET (.aspx files), not just with ASP.


Version: n/a   Platform(s): Windows 2000, XP, 2003   Updated: Wed Mar 31 2004

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

   Generating Serial Code For Your Applications   Hits: 878 

 
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 application.


Version: n/a   Platform(s): Win 2000   Updated: Thu Apr  1 2004

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

   Design Patterns Tutorial   Hits: 1271 

 
An article that briefly describes commonly used Design Patterns; Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.


Version: n/a   Platform(s): n/a   Updated: Thu Mar 25 2004

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

   Search engine friendly URLs using ASP.NET (C#.NET)   Hits: 1074 

 
This article explains how to convert the database-driven query string containing links to search-engine friendly ones.


Version: n/a   Platform(s): n/a   Updated: Thu Mar 25 2004

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

   ASP.NET MVC Pattern for Struts developers   Hits: 1663 

 
Programmers familiar with JSP's Model II/struts architecture and others generally familiar with Model View Controller (MVC) architectures, immediately wonder how the MVC pattern can be applied in an ASP.NET world. This article demonstrates how the MVC pattern can be applied to an ASP.NET web application without breaking the basic Microsoft supplied architecture.


Version: n/a   Platform(s): n/a   Updated: Fri Mar  5 2004

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

   404 Not Found Redirection   Hits: 1054 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Jan 19 2004

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

   Working with the System Registry   Hits: 699 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Jan 19 2004

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

   Adding Web Services to Your ASP.Net Application   Hits: 762 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Jan 16 2004

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

  Total: 484    Displaying: 401 - 420 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