If you work with frames and form inheritance you meight sometimes experience that the application does not start or one of the derived forms crahses with an EReadError. This is because a control in the frame or base form was deleted or renamed....
Working with Frames in .NET is an article where you can clearly understand frames and how to work with frames in ASP.NET. The author breaks about the misconceptions about frames based websites and lists all their benefits on websites.
Creating Folders with the File System Object is an ASP article in file manipulation and file management techniques. The author has used the powerful file system object function in creating new folders with the path of the root directory. The...
Creating tables with HTMLControls or webControls is a web based tutorial which is useful for the web programmers to create tables using three techniques such as webControl technique, HTMLControl technique and string technique. The author provides...
Downloading Files with VBScript and ASP is a tutorial for the webmasters in developing and implementing downloads systems on their websites. You can learn to download files with extensions like *.asp, *.txt, *.html, *.htm etc., The author has...
Advanced Slide Show With Captions and Cross-Fade is a JavaScript which can take in any number of images and can run them as a slide show. Also it supports any number of captions associated with the images. Allows you to customize the time delay...
File downloading with COM and ASP is an ASP article for the webmasters that summarizes the procedures for sending download files to your clients through the COM components. The author has given some guidelines for protecting your website files...
Integrating User Search with ASP and SQL Server Full-Text Search is a tutorial in which author gives detailed description of indexing the documents present in the SQL server and to quickly search by the index server search facility. It performs...
Recursive Threading with PHP and SQL is a simple tutorial that helps experienced PHP programmers to design new pages with threaded comments. You will learn to create and match comment tables for every discussions. Using the tips provided in the...
Web site Administration with ADSI and the .NET DirectoryServices Namespace is a web based tutorial in which author describes about utilizing the System.DirectoryServices namespace classes which can work along with IIS, LDAP etc. With the help of... |