ASP.NET tutorials, articles and free code projects
Adding Advanced User Controls to a Web Page Dynamically
User Controls allow a Delphi ASP.NET developer to wrap the common UI features of a web applications into reusable components. In real world applications you'll want to be able to dynamically load a user control and place it on the page. What Page event should you use to LoadControl? Once on the page, how do you handle User Control events? Find the answers in this chapter ...
Developing and Using Custom User Controls in ASP.NET
Much similar to Win32 Delphi's TFrame objects, an ASP.NET User Control is a container for components; it can be nested within Web Forms or other User Controls. User controls offer you an easy way to split and reuse common user interface functionality across the pages of your ASP.NET Web application.
Where to Find ASP.NET Examples with Delphi Source Code?
Here's a list of the ASP.NET Delphi source code examples, written by Zarko Gajic that can be found on the Borland's Code Central.
A Beginner's Guide to ASP.NET Programming for Delphi developers
A Beginner's Guide to ASP.NET Programming for Delphi developers. Free online programming course for Delphi 8 beginner developers. Focus on ASP.NET Web development.
ASP.NET Tips and Code Samples
Doing web development with Delphi for .NET? Don't miss any of the great tricks and code samples provided in this collection!
ASP.NET: An example
Another example on using Delphi as a scripting language for ASP.Net; Example shows how to create Celsius to Fahrenheit (and vice versa) conversations.
