How To Dynamically Include Files in ASP.NET is an article that explains the step-by-step process of creating an aspx page and reads a file with static HTML and/or client-side script code from the aspz page and writes the file's content to the...
Loading .NET Server Controls?Client Side? is an useful tutorial for the .NET programmers for displaying the web server controls in the HTML page with the help of IFRAME. Using IFRAME is an easy way to fetch the web server controls from the server...
This is an online tutorial where users can find information about retrieving data from the server without needing to refresh. In this tutorial the author demonstrates this process by using XMLHTTP object, only IE 5.0 supports this process. This is...
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...
Protect your valuable Perl source code from the prying eyes of the casual user!pENC's innovative encryption system allows certain types+ of perl script to be not only encrypted once. but multiple times! Each time pENC encrypts a script it...
Check your mail directly from your server easily. If you are a webhost, allow your clients to check their email from the server.
Java Web Start is a client-side technology that enables Java applications to launch either from a desktop or from a Web page. This alleviates from the problem of developing two applications, one for the desktop and the other for the internet. This...
Invoking JavaScript From a Server Side Button is a tutorial in which the author shows how to call a java script function using server side button control. This tutorial shows you how to pass this function as an argument to the add method of the...
Server Side Validation Code is a tutorial which helps the users how to validate the form on the server side. The procedure of this tutorial is described with an example step-by-step. Server side password validation and server side email validation...
Web services: Report from the field is an online ASP.NET reference for web services analyzing the performances of web services both on client and server side endpoints. You can refer on what others say regarding web services and their business... |