How to build an advanced ASP.NET AJAX Business Card Generator

Neodynamic

Well-known member
Joined
Dec 5, 2005
Messages
137
Programming Experience
10+
This ImageDraw demo demonstrates how easily you can use ImageDraw controls and ASP.NET AJAX Framework to design, in few minutes, an advanced AJAX-based Business Card Generator.

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.
- Picking up an image logo stored in the user computer disk automatically resizing it by ImageDraw for placing it on the card surface. As for personal information, the live preview is updated in real time.
- Specifying a card layout (Left & Right) for content. Live preview is updated in real time.
- Specifying the color for decorative zones which are made of rounded rectangles (AutoShapes built-in ImageDraw). Live preview is updated in real time.

The business card is dynamically created by ImageDraw component adding built-in Rounded Rectangle Shapes for decorative zones filling them with the user's selected color; drawing the user's uploaded logo and text fields for personal information; and performing the desired layout selected by the user. Read More…

Links:
This Demo
More Demos
Download ImageDraw for ASP.NET
More Information about Neodynamic ImageDraw for ASP.NET


Neodynamic
.NET Components & Controls
http://www.neodynamic.com
http://www.imagedraw-for-aspnet.com
 
Back
Top