Using Object in ASP ver

  Using Object in ASP
  Category : Asp Tutorials-tips Introduction to asp  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

To use an object in ASP, you should create an instance of an object. We use `CreateObject method` creating object. Let`s see it on an real application. .

 

more Tag: object,

Also see ...


Intro to ASP 1)    Intro to ASP
 This a quick introductory guide to Active Server Pages. Explains what it is, what it can do, and what you need to get started....

Active Server Pages: tutorial for beginners 2)    Active Server Pages: tutorial for beginners
 This is an introductory tutorial on Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer`s Reference. It also includes several useful scripts....

ASP Basics 3)    ASP Basics
 New to ASP? This two page tutorial explains what ASP is and variables in ASP with a few sample codes....

Introduction to ASP 4)    Introduction to ASP
 This introductory guide on ASP explains what it is and how it is coded with some sample codes. Also, covers file access using ASP....

Intro to VBScript 5)    Intro to VBScript
 This introductory guide presents 5 useful VBScript tricks and examples. IT shows you how to detect the IP address of your visitors, detect the user`s browser, how to include files in your ASP pages, how to force the script to continue with the next statement when it encounters an error, and how to make subroutines....

An introduction to ASP 6)    An introduction to ASP
 Active Server Pages is a programming environment that gives the ability to generate dynamic html pages with the help of server side scripting. This article will help you to understand what is ASP, How is works and how to get started with ASP....

ASP Tutorial for Beginners 7)    ASP Tutorial for Beginners
 This introductory tutorial will teach you the basics of vbscript, ASP intrinsic objects, how to call ASP intrinsic objects and make use of them and what makes a .asp page different from a .htm / .html page. After the completion of this tutorial you will be able to start writing your own .asp pages....

ASP from A to Z 8)    ASP from A to Z
 This tutorial by Microsoft covers a nice summary of terms and tips to help you understand ASP. Also talks briefly about What ASP Is, and How ASP Works....

What are Active Server Pages? 9)    What are Active Server Pages?
 This is a short introductory tutorial on ASP. Explains what ASP is, and answers a few commonly asked questions....

Display Page Numbers as Links 1)    Display Page Numbers as Links
 This script is basically built by using ASP code which is used to create and display page numbers with exact links. It displays current page number in color to help visitors to easily find the difference and to navigate them easily....

An Overview to Active Server Pages 2)    An Overview to Active Server Pages
 A clear outline on ASP can be gained from this web based tutorial which tells how to carry out server side scripts via scripting languages such as VBScript, JScript etc., And the author tells in detail about the requirements to run ASP applications. How the root directory should be accessed is explained elaborately. And the other information lets you create and develop dynamic and interactive applications in ASP language....

How To Work with a Text File in an ASP Page 3)    How To Work with a Text File in an ASP Page
 This is a simple article relating on the data storing and retrieving to and fro, on your web server. The author has provided some basic instructions on logging errors and visitor identities on a text file and the method of opening and reading those text files from your web server through the simple FileSystemObject. You will come to know how to create the filesystemobject and a new textstream object, to access the files and to read the data of the files, to loop through the lines etc.,...

Xceed Zip for .NET 4)    Xceed Zip for .NET
 Xceed Zip for .NET is a web based framework library component. This component are useful in compressing framework files from the .NET application and to create, delete, edit, and write files in to zip. It has various attractive zip features like allowing zip for the .NET application, listing, deleting, updating files from the zip can be done and many more benefits are provided for the users requirement....

Maintaining State 5)    Maintaining State
 This is an online article that clearly explains about how to maintain the state. Here the author guides about the Internet Information server with two built-in states application and session. This tutorial starts with a detailed explanation about state and how it occurs in executables and IIS. The author covers this subjects over topics like session object, data store, Xsession object and application object....

ASPThread 6)    ASPThread
 aspThread is very simple and easy to use, you can develop forums in minites. It is GUI based. You can use CSS to customize the look and feel....

How to Ping Using ASP 7)    How to Ping Using ASP
 This is an online tutorial that provides detailed explanation on pinging IP address. In this tutorial the author guides users to generate a .BAT file with a single statement, that statement will be used for pinging a passed in IP address. The author also provides detailed explanations and sample codes for a better understanding....

guestbook tutorial 8)    guestbook tutorial
 this tutorial is intended at giving you an insight to how to wite your own web-applications. follow this link to read the complete tutorial....

http://www.dotnetindex.com/articles/2176-Filling-Data-into-Select-List.asp 9)    http://www.dotnetindex.com/articles/2176-Filling-Data-into-Select-List.asp
 In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output....