Convert an image to thumbnail on the fly. It is very useful when used as a plug-in for other scripts that display large image.
From XML to Database using the XmlTextReader is an easy to understand tutorial in which the author discusses about the process of migrating the content of the XML files into database with the help of XmlTextReader. The author gives details about...
Downloading any file using ASP, FSO and the ADODB Stream object is an online tutorial in which the author has given a brief note on how to employ the FSO and ADODB objects of ASP in enabling your website visitors to download files from your web...
In this tutorial author clearly shows how to create the dropdown list box and list the items in it. This tutorial displays the dropdown list box using the ADO connection object of the SQL Server database. You can see an example code which list all...
A quick and easy way to add an image to a web page. Upload images using a simple web form and the full HTML tag is created automatically, including size, padding, borders and alignment. Uploaded images can also be resized. Thumbnails linked to...
This is an useful article for the programmers who need to establish the database connecion using ADO objects. In this article author shows how to create the connection string for the ADO connection object. This article gives you the full sample...
HOW TO: Create a Web Control with an Expandable Property in the Designer by Using Visual Basic.NET is a tutorial in which the author shows the step-by-step process of creating a custom web control and adding the expandable property to it using the...
Selecting an Item in a DataList using C# is a web based tutorial which gives you the sample code for adding a datalist control on the aspx page, establishing the database connection using the ADO.NET connection object, binding the database data to...
Uploading Images to Database Using Persist AspUpload is an easy to understand guide for all webmasters in uploading their image files online. You can learn how to transfer your image files to a MS-SQL server through the Persist AspUpoad function...
Using the ASP.NET Application Cache to Make Your Applications Scream is an ASP.NET tutorial in which author describes about utilizing cache for faster performance of ASP.NET applications. In this tutorial author describes the step by step... |