Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | ASP | Tutorials & Tips

Results 1-20 of 708
Find a visitor's IP address with ASP
You might want to be able to see the IP address of a visitor to your website in order to make sure you display relevant information to them, or to even block access. This tutorial shows how to find out the IP of a visitor using ASP.
(0 ratings)
Reviews0
PriceFree
Views1323
Find the Current URL using ASP
It is often handy to know the address of the page a script is running on. This tutorial for beginners will walk you through creating a script to do this.
(0 ratings)
Reviews0
PriceFree
Views1221
How to use the Query String in ASP
The query string is a powerful tool for sending information between different webpages. This tutorial for beginners shows how to use the query string in ASP.
(0 ratings)
Reviews0
PriceFree
Views1200
Introduction to asp.net 4.0
This is an article on new features in asp.net 4.0.
(0 ratings)
Reviews0
PriceFree
Views533
Sending email with ASP
In this article we demonstrate how to generate and send emails with ASP using CDOSYS - Microsoft's improved interface for SMTP email. You will learn how to send text and html emails, emails with attachments, use a remote server, load recipients from a database, set the priority / importance of an email and request a read/return receipt.
(0 ratings)
Reviews0
PriceFree
Views657
How to read asp radio button list selected value
Using javascript to get the asp radio button list selected value is not an easy job like other asp.net objects. To get the selected value from asp radio button list you have to iterate through all the radio buttons in that set and then read the value for checked radio button. In this post i will try to give you a complete example on how we can read selected value or selected text from Asp RadioButtonList or from HTML input type="radio". So lets start. At first create a new aspx page. In this page i will add one Asp RadioButtonList & one HTML input type="radio" object. Also add two labels to display the Selected Value & Selected Text as well. Our targeted output should be
(0 ratings)
Reviews0
PriceFree
Views744
How to get SelectedText from Asp Dropdownlist or HTML Select option
asp:DropDownList is the server side control of asp.net & the drop down selection list is an element of HTML forms commonly know as Combo Box. Most of the times developers need to find or get the Selected Index value, Selected Value & Selected Text. In this post i will show you how one can write a cross-browser supported client side javascript to get Selected Index, Selected Text & Selected Value form asp.net server side control asp:DropDownList & HTML drop down selection list. Hope it will help & save time for developers.
(0 ratings)
Reviews0
PriceFree
Views856
Export Recordset Data to CSV Using ASP
This simple ASP/VBScript code sample shows how you can export data from a database table to a CSV file without using any components or database drivers. The script accesses the table through an ADODB Recordset object, converts the values into the CSV format and sends the data to the browser along with appropriate response headers. This code should be saved as an ASP script on a webserver. You should see an "Open/Save As..." dialog when you access the script through a web browser.
(15 ratings)
Reviews0
PriceFree
Views1035
List Images or Other Files in a Folder Using ASP+FileSystemObject
This is a simple script that lists the files present in the specified folder (directory). It uses VBScript's FileSystemObject to scan and return list of files in the specified folder that match specified filename extension(s). In addition to file names, the script also shows file size and last modified date. The example also demonstrates a naive use of RegExp object to match multiple file extensions. A standalone VBScript function plus an accompanying ASP example to display the date is provided.
(0 ratings)
Reviews0
PriceFree
Views860
Generate Random Strings Using ASP/VBScript
Simple yet customizable function that allows you to generate random strings using characters from multiple sets e.g. upper case, lower case, digits and symbols. The random strings can be used in various systems where short, random strings are needed; such as login systems (random password generation) and referral/promotional/discount codes. The coder can specify and change the complexity of string with ease. Few examples presets and output included.
(0 ratings)
Reviews0
PriceFree
Views770
Multi Dimensional Arrays
In this article we will look at Multi Dimensional Arrays, Focusing on the Nontraditional Arrays.
(0 ratings)
Reviews0
PriceFree
Views933
Handle Error simple way in ASP.NET
ASP.NET is more easier than other development technologies and languages. While working on asp.net platform, you may access to system windows event log. Using System namespace you retrieve messages.
(0 ratings)
Reviews0
PriceFree
Views682
2D Array in Classic ASP
This tutoial will put you into right direction on how to create a simple Asp classic 2D array.
(0 ratings)
Reviews0
PriceFree
Views1452
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so let's get started
(0 ratings)
Reviews0
PriceFree
Views1149
Build a Drop Down menu using an ASP Recordset
This tutorial is about a piece of ASP functionality that is as old and common as grandma's blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP recordset. I'll show you how to do it in 4 simple steps...
(0 ratings)
Reviews0
PriceFree
Views1190
Active users Hit Counter
Tutorial and Code - Active users Hit Counter - Finding Active Users on your Website
(3 ratings)
Reviews0
PriceFree
Views937
Create and write content to a text file using ASP
Tutorial and Code - Create and write content to a text file using ASP
(0 ratings)
Reviews0
PriceFree
Views2115
Generating Random Number Using RND Function And Randomize Statement
posted byinfoinRandomizing
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
(3 ratings)
Reviews0
PriceFree
Views1482
How to modify expire date of a cookie
To create cookies in ASP is so easy. After creating cookies, you will store it in client's visitors. While creating cookies, you must notice to modify the expire date of cookies. Because life length of a cookies is in your hands.
(1 ratings)
Reviews1
PriceFree
Views935
Generating random passwords
Let's say you have a website and contains a membership process. But you do not want visitor to type his/her own password and want to create a temporary password for new member. You may add following function to generate a random password.
(0 ratings)
Reviews0
PriceFree
Views960
Results 1-20 of 708