How to build a simple ASP.NET AJAX Business Card Generator with ImageDraw
Technologies used
-
Neodynamic ImageDraw (3.0 or later) for ASP.NET
-
Microsoft .NET Framework (2.0 or later)
-
Microsoft ASP.NET AJAX Framework (1.0 or later)
-
Microsoft Visual Studio .NET (2005 or later - Visual Web Developer Express
Edition)
|
 |
This ImageDraw demo - which source code files can be
found at the end of this page available for downloading - demonstrates how
easily you can use ImageDraw controls and ASP.NET AJAX Framework to
design, in few minutes, a simple AJAX-based Business Card Generator.
The following figure is a screenshot of the ASP.NET AJAX
Business card Generator application that leverages ASP.NET AJAX Framework for
input user interaction and ImageDraw for dynamic image composition purposes.
Business Card preview is updated while user types in the text boxes.
This AJAX Business Card Generator lets users filling up a simple form requesting personal information. A live preview of how their business card will look like is displayed in real time while the user types. The business card is dynamically created composing it by using a predefined card template image file and adding the text for personal information (in different font styles for each card field) by ImageDraw component as is shown in the following figure.
An ASP.NET AJAX Business Card Application sample.
Sample Files Download
Here are the VB.NET and C# versions of this sample. Please download the zip file and extract it. After that, you'll find all necessary files to reproduce this step by step guide.
Remember to download and install ImageDraw in order to reproduce this sample demo.
If you need more information or assistance, please contact our
.
|