A simple content manager using flat files to handle HTML on a web site. Includes admin and a forum.
This ASP tutorial directs you to write your code in ASP more effectively and demonstrates on server side include files to be inserted into anywhere on your ASP pages to perform common functions. Instructs you to use relative path to include files...
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...
How To Write Binary Files to the Browser Using ASP.NET and Visual C# .NET is a web based tutorial through which programmers can gather information about the steps that they have to adapt to retrieve binary data from file and also to download data...
HOW TO: Display DataGrid in small screen area without using Paging, is an article that discusses about how to display the datagrid in small window area without using the paging functionality of the datagrid control. You can save the window space...
Creating Controls using .ascx Files is a tutorial which gives you the method of creating side bar for the web pages. The author shows you how to create an .aspx file that contains the necessary code for creating side bars and use these file to add...
Downloading files to the browser with ADODB.Stream is an online article in which the author has narrated on the techniques of using ASP functions in getting the properties of files like the size, name and type etc., You would also be able to...
Protecting pages with include files is an ASP tutorial in which author discusses about various information about how to deny site visitors of the users website who tries to access the users website without getting permission from the users....
This program comes with the ability to allow webmasters to include their ASP supported websites with banner rotating system. This will be essential for them to display ads where ever they need on their websites. This program uses MS Access...
Uploading Files to a Web Site is an ASP article intended to give a better insight on the abilities of Microsoft's Posting Acceptor and its function. The author has briefed on some of the problems and difficulties that arises while working with the... |