| Visit tutorial >> |
| JMail.SMTP Mail component Get external pages In this tutorial we will used Microsoft s XMLHTTP Object to request a pa... component which is probably installed in your server. The traditional usage of Microsoft s XMLHTTP Object is to access... |
| Hits: 306 |
| Visit tutorial >> |
| Remove non alphanumeric characters from script In order to remove non alphanumeric characters from a string we have use... alphanumeric characters are between 48-57(numbers) 65-90 (all caps letters) and 97-122 (small caps letters). For examp... |
| Hits: 375 |
| Visit tutorial >> |
| Subroutines and Include... subroutines are used. The use of subroutines may be very useful when there are a lot of instructions to be perform with... subroutines are very useful to avoid repeating a specific number of tasks several times within the script so that the ... |
| Hits: 236 |
| Visit tutorial >> |
| Security String Image Web Design Web Development And Ecommerce Tutorials. GDI Security String image Author: Joe Madda... wString(RandomStringGenerator fontTitle upBrush r.Next(0 80) r.Next(0 10)) Response.ContentType = "image/jpeg" ... |
| Hits: 309 |
| Visit tutorial >> |
| Do...Loop / Select...Case instructions ... instructions: % mynumber=0 Do While mynumber10 response.write("HelloHR ") mynumber=mynumber 1 Loop % In this exampl... instructions defines a response text and an increment of the variable "mynumber". In the example mynumber will be in... |
| Hits: 215 |
| Visit tutorial >> |
| ASP 101 - The place... ASP 101 Stories QUICK TIP: ! An Overview of ASP.NET An Overview of ASP.NET by Webmaster s Note: This was written a... an office far far away) when ASP.NET was first announced and was called being ASP . It was slightly updated when the n... |
| Hits: 189 |
| Visit tutorial >> |
| Flash Preloader for the Flash and ASP Gu... Flash ASP Guide Database to Flash Web site Add-ons Check out these easy-to-use interactive and sticky web applicatio... Flash and ASP Integration - Flash Preloader The preloader is essential to prevent partial loading of the movie while it... |
| Hits: 694 |
| Visit tutorial >> |
| Handling cookies in ASP .NET ... Handling cookies in ASP .NET by on Aug 03 2004 - 02:12 How to create a cookie how to get the value stored in a cookie ... cookies in ASP .NET. I m not going to explain the role of cookies in web applications or cover any other theoretical as... |
| Hits: 336 |
| Visit tutorial >> |
| ASP Next Generation We... ASP before we start out in this chapter by examining some of the core issues involved when you decide to migrate to AS... ASP is designed to be backwards-compatible with earlier versions of ASP with only minor changes required in some circ... |
| Hits: 195 |
| Visit tutorial >> |
| Simple Quiz Script TUT... simple ASP quiz script which works with just two files: quiz.asp and data.asp. Let’ s start by looking at quiz.as... Quiz File (quiz.asp) %@LANGUAGE="VBSCRIPT" CODEPAGE="1252"% ! #include file="data.asp" % if request.form("Proce... |
| Hits: 417 |