Main > Free Download Search >

Free use in script

use in

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 793
Using Object in ASP

Using Object in ASP


To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. . more>> To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. .<<less
Added: 2006-09-18 License: Freeware Price: Free
1132 downloads
Using Sessions in PHP

Using Sessions in PHP


A tutorial on the basics of sessions in PHP. more>> A tutorial on the basics of sessions in PHP.<<less
Added: 2002-11-25 License: Not Specified Price: Free
2550 downloads
Use a hash table

Use a hash table


Use a hash table is considered to be a versatile MATLAb function that wraps the Java hash table class. more>>

Use a hash table is considered to be a versatile MATLAb function that wraps the Java hash table class. Class Hashtable provides ways for Matlab users to access hash tables data structures.

<<less
Added: 2009-11-10 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
Using XML in ASP.NET 1

Using XML in ASP.NET 1


This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using more>> This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 downloads
How to use ImageMap Control 1

How to use ImageMap Control 1


Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, more>> Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, you can define images with distinct regions called hot spots which are identified using coordinates.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
11 downloads
Using Web services in ASP.NET 1

Using Web services in ASP.NET 1


This tutorial explains how to easily use Web services in ASP.NET web applications through an example Simple Online Product Warehouse Visual Studio project. more>> This tutorial explains how to easily use Web services in ASP.NET web applications through an example Simple Online Product Warehouse Visual Studio project.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
10 downloads
How to use the QueryString in ASP

How to use the QueryString in ASP


This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
How to use the query string in PHP

How to use the query string in PHP


This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
Using Calendar Control in ASP.NET 1

Using Calendar Control in ASP.NET 1


Calendar is one of the Rich Web Controls available in ASP.NET. Calendar is used to display a one-month calendar. This tutorial explains how to use Calendar Control to select dates or time periods. more>> Calendar is one of the Rich Web Controls available in ASP.NET. Calendar is used to display a one-month calendar. This tutorial explains how to use Calendar Control to select dates or time periods.<<less
Added: 2008-06-30 License: Freeware Price: $0.00USD
18 downloads
How to use Repeater Control 1

How to use Repeater Control 1


One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for more>> One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for displaying data in different layouts.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
13 downloads
authmysql.php for nnrpd (inn) 1.0

authmysql.php for nnrpd (inn) 1.0


authmysql.php is a php script you can use in an inn installation to authenticate readers against a MySQL database. It has authentication support as well as group support. more>> authmysql.php is a php script you can use in an inn installation to authenticate readers against a MySQL database. It has authentication support as well as group support.<<less
Added: 2002-04-26 License: Price: 0.00 Price: 0.00
12 downloads
 
Other version of authmysql.php for nnrpd
License:Freeware
Download
2741 downloads
Added: 2002-04-26
How To Use AdRotator Control 1

How To Use AdRotator Control 1


AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This more>> AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This tutorial explains how to rotate advertisement images on web form by using AdRotator Control.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
How to use SCOPE_IDENTITY() in ASP.NET

How to use SCOPE_IDENTITY() in ASP.NET


In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. . more>> In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .<<less
Added: 2006-09-13 License: Freeware Price: Free
1158 downloads
Using MySQL Prepared Statements in PHP

Using MySQL Prepared Statements in PHP


Using MySQL Prepared Statements in PHP offers you a helpful software using the Mysqli (MySQL enhanced) extension in PHP 5 via the MySQLi_STMT class. more>> <<less
Added: 2009-07-29 License: PHP Price: $0.00USD
downloads
When and How to use Cookies and Sessions

When and How to use Cookies and Sessions


In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies. more>> In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.<<less
Added: 2007-05-31 License: Freeware Price: Free
878 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5