Translation of the RASDLG.H header file for 32-bit Delphi. Enables editing of Phonebook-entries under Windows NT 4.0. Supports dynamically loading of the RASDLG.DLL so your program won't crash if it doesn't exist.
Tutorial about loading .js files (External JavaScript Files)
Dynamically creating and managing lookup fields for ADO based datasets at runtime. It provides a batch loading function for lookup items at runtime and thus, it does not require re-compiling of programs even if the database needs to be...
The author defines the assemblies and highlights the benefits of .NET assemblies. The author also discusses about the two developments - Code behind and Custom controls. The author tells that by generating the pre-compiled libraries of IL, the...
This article deals with assemblies and their implementation in .NET. The main content of this article is about implementing a simple .NET assembly. In ASP.NET web applications, the users might employ many pre-built assemblies. The author helps by...
ASP.NET: Dynamically set Text and Value fields for a DropDownList is an article, using which you can learn a technique to switch the value and Text Representaion of the item in a DropDownList. In this Article the author explains the entire process...
Learn how to create assemblies that share their non-public types and members with other assemblies using friend assemblies.
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...
Creating Controls Dynamically in ASP.NET is a simple tutorial for the beginners to know how to add the controls dynamically in a web page. In this tutorial the author clearly shows how to add a link button control dynamically to a web page and...
Dynamically access a database through a Web Application is a tutorial in which the author teaches you about retrieving the database records. This tutorial shows you how to create a web page that helps you to build the connection string, lists all... |