Generic Form Control (form generator)
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngarchitecture' list.


Lists
Hi,

I am currently evaluating the different possibilities to build a
server control to generate complex web-forms automatically ...

They should more or less have the same functionality just to enable
our programmers to use the same functionality within our
intranet-projects.

One Web form should for example look like, or so it looked like with
our classic asp-form-generator

<form action="">
<table align="center">
<tr>
<th colspan="2">Header</th>
</tr>
<tr>
<td><label for="TextBox1">Label 1:</label></td>
<td><input type="text" id="TextBox1" value="1">
</tr>
... and so on
</table>
</form>

We have built several functionality with classic ASP classes, just as
DatePicker, ColorPicker, etc. - specific validation, all properties
are set with properties in our classes ...

Is it wise to inherit from webcontrols or is it better to build the
HTML again??

What about HTMLGenericControl ...

My idea is to build a collection of controls with some similare
properties and then special ones only for the specific control, but I
really can't get out the best way to do so ...

Thanks for your ideas ... !!!

Greetings

Stefan

Reply to this message...
 
    
Stefan Walther
would be really interesting, does nobody have
any experiences in this way of builing forms???

Stefan

----- Original Message -----

[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com