Inserts headers and footers on the fly into HTML like Geocities. Set up a Geocities clone on a dedicated or virtual server. You can even set this up to work in just a subdirectory of a domain or the whole domain. The applications are endless. You...
Customized on the fly stylesheets is a web based turorial in which author elaborates about the procedures involved in constructing their own customizable stylesheet in the users website. Author gives examples and the sample code to make their own...
Creating Datasets on the Fly is an useful tutorial for those who need to know how to sort and filter the database data that are passed to the dataset object. In this tutorial the author clearly shows you how to create a DataSet object and use...
Creating Assemblies On The Fly Using Code DOM is an useful article for the programmers to learn about the process of generating assemblies with the help of code document object model. Here the author gives details about various classes and gives...
Change Style Sheets On-The-Fly from Page Links is a JavaScript that can change the style sheets of your window without any requirement of coding. Supports different links for different styles. You can click on the links to change the style sheet....
This is an online tutorial through which the author provides some useful information on utilizing .NET framework in generating images. Here the author says that generating dynamic images has become easier with the evolution of .NET framework. In...
Pick up the basics of .NET Framework multithreaded programming is an ASP.NET article through which programmers can learn about the methods involved in constructing multi threading applications. The author gives examples to create threading in VB,...
This is an online tutorial which can be utilized by the users to learn about creating dynamic graphics in ASP.NET. Here the author explains and illustrates about creating graphics on the server and sending them to the client with the help of...
Marshal Objects ByRef Over The Internet With .NET Remoting is an ASP.NET article through which programmers can collect information about .NET remoting and its uses. Here the author clearly explains about when the communication between client side...
Create your own multiple choice exams on the web and, if you create a answer key database, it will grade the answers submitted by a user. |