maandag, januari 16, 2006

 

Prototype customform control

Most of the time when you create a new site there are always some sort of forms involved. The projects I do are mostly based on dynamic created pages, so wouldnt it be nice if you could easen up the creation of forms.

Allready worked on a custom control in the past but I dont like the range of properties I have to set. And not flexibel enough.

Inspired on the latest dnrTV show I came up with the following idea:

Custom create all the controls you need based on the original ms-controls (inherit)

Combine these in a compositecontrol

Create as many SkinĀ“s as you like and as specific as you like

You can download the prototype here and see some samples of the code in action, style is ugly but its just to show its potential..

http://www.overnight.nl/tempdownloads.aspx

Like to hear your feedback or questions!

also nice link
http://www.codeproject.com/aspnet/customdialog.asp

cheers,
Frank

Comments:
The site has an error:

http://www.overnight.nl/tempdownloads.aspx

Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0433: The type 'Overnight.nl.Form.FormField' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\231a2596\3fdf43a0\assembly\dl3\9ebbd607\9d4754fc_b22cc601\OvernightFormField.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\231a2596\3fdf43a0\assembly\dl3\0324ce68\9d150a00_032bc601\FormFields.DLL'
 
Een reactie posten



<< Home