Learn how to get the results from a DB query: [Error / Vield Value], [TRUE / FALSE], [FOR ... NEXT], [WHILE ... WEND]
Displaying the Files in a Directory using a DataGrid is an useful article for the web developers to display all the file names of a directory in a datagrid control using the getfiles method of the DirectoryInfo and Directory class. This article...
Displaying results from a database is the basic concept of this online article. The author comes with a new idea of displaying the records in horizontal or vertical format. This article also shows how to address the limitations. The step by step...
This script takes the content from a page and strips it of images to be more printed. Insert two comment tags within your HTML at the start and finish and link to the script. Includes a few variables like page title and font.
Sends an email to you, the webmaster from a web page based form. Sends useful information in the actual message such as the senders IP.
This program adds items on the fly from a small database and writes an order on the basis of the selected items only. The order is then be handled by visitor's e-mail program.
HOW TO: Add Static Items and Results from Data Binding to a DropDownList Control by Using Visual Basic .NET is an article which helps programmers to add the data of the database into the list of the dropdown listbox control. This article explains...
This simple article describes the concept behind displaying binary data from a database. The author discusses about file creation and displays a list of all the database files. This article proves the simplicity of showing binary data from the...
Displaying the contents of files on the server is a web based article in which author details in showing the file contents from the server. This article describes file system objects, show file() and various functions that are included in...
Invoking The SaveAs Dialog From A Web Page can be integrated into your web page to invoke the SaveAs dialog box to save the current web page into your hard disk. The Save As is implemented through a link, which can be clicked by the user to invoke... |