Tutorialized.com: Free ASP TutorialsDon't read the manual, read the tutorial.. Tutorialized.com, everything a tutorial.Search In UrduUnicode- (Found July 2, 2008 ) Searching tool using unicode (UTF-8) that search through out the website and showing result by their description either use urdu or english. Also a urdu keyboard display on web write your text in urdu and your search begins, download this script free.http://www.tutorialized.com/tutorial/Search-In-Urdu-Unicode/31863 Creating a Dynamic Table-Based Gallery Using ASP and VBScript- (Found July 2, 2008 ) Create a gallery using VBScript which can dynamically expand by changing the number of images it contains.http://www.tutorialized.com/tutorial/Creating-a-Dynamic-Table-Based-Gallery-Using-ASP-and-... Using ASP to Send a Wireless Text Message- (Found July 2, 2008 ) Sending an SMS message via e-mail requires the acceptance of several hidden flaws. This article shows how to avoid these complications by sending a wireless text-message through the use of ASP. Covers two different solutions: using SMTP, and using Third-party solutions such as shrink-wrapped software and application service provider (ASP) gateways.http://www.tutorialized.com/tutorial/Using-ASP-to-Send-a-Wireless-Text-Message/2167 Dynamic redirect from ASP to ASP.NET web page based on page parameter- (Found July 2, 2008 ) Tutorial describes how to redirect web pages of the existing ASP project to their new ASP.NET counterparts.http://www.tutorialized.com/tutorial/Dynamic-redirect-from-ASP-to-ASP.NET-web-page-based-o... Image downloading from remote servers in ASP- (Found July 2, 2008 ) In this tutorial, we will access to a remote server, download image, rename ths image and save to our file system. We will use one function (getImage) and one subroutine (saveImage) to complete this sampel code.http://www.tutorialized.com/tutorial/Image-downloading-from-remote-servers-in-ASP/26684 Counting lines in text files- (Found July 2, 2008 ) In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.http://www.tutorialized.com/tutorial/Counting-lines-in-text-files/26685 Retrieving Column Names with values- (Found July 2, 2008 ) This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.http://www.tutorialized.com/tutorial/Retrieving-Column-Names-with-values/26686 Storing and retrieving variables from application object- (Found July 2, 2008 ) In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.http://www.tutorialized.com/tutorial/Storing-and-retrieving-variables-from-application-obj... AppendToLog in response object- (Found July 2, 2008 ) There are many magic methods in response object. With AppendToLog method you can access and write your message to ISS logs. This could be very usefull if you wish to create custom messages in log files. But there is greate limitation of this method which can write maximum 80 characters and can not contains commas. Because log files are comma-delineated files and informations are splitting with commas.http://www.tutorialized.com/tutorial/AppendToLog-in-response-object/26688 Displaying last modified date of any file- (Found July 2, 2008 ) The scope of this code sample is focusing how to find and display of any file's last modified date & time. Probably, you've used to see some pages on web, written at bottom of page last modified date. Now we will create a simple code to do this.http://www.tutorialized.com/tutorial/Displaying-last-modified-date-of-any-file/26749 |