Authoring an ASP.NET Page is a tutorial which explains you about creating aspx files using a text editor. An apx page can contain server-side scripts, page directives server-side include files, various web server controls etc., When a client requests
Server-Side Include Directive Syntax is an article in which author explains about server-side include directive syntax which helps in adding content of a file into any desired place in an ASP.NET page. Here author demonstrates about methods to be fol
Use Server-Side Includes is an advanced article that helps you to know about the use of the SSI. Server side includes are a powerful tool for code re-use and helps the web developers to maintain a consistent site. The include files are of two types s
This is an online article that can be used by the users to gather information about Server Side Include Directives. This tutorial clearly says that, no other directives support ASP except #include directive. This tutorial explains that this #include
This is an article that explains about programming on server side image maps with ASP.NET. Here the author provides this tutorial with an introduction to server side image maps. This tutorial explains that server side image map is built with two imag
This component is helpful for the network administrators who want to transfer their files and folders between server side component. It uses GET and PUT requests to download and upload files from server side. This utility really does not support clie
This article explains the creation of server side includes in web applications. This article clearly explains how to create and use SSI files in ASP. This is an useful article for the web developers for reference during application development.
File Uploading to Server Hard Disk using ASP.NET is an online article covering topics related to file uploadings. You will be able to gain knowledge on the procedures for transfering your files from the client side to the server side through a .NET p
Buz Warmkessel - Introduction to Active Server Pages is an article which describes the detailed information regarding ASP. It shows the definition of ASP, reason for saying server-side scripting, ASP files, condition branching, describes that how fil
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 browser |